1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[syslog] Implement logging via syslog (#8637)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Clyde Stubbs
2025-05-05 14:48:13 +10:00
committed by GitHub
parent b8d83d0765
commit 3b8a5db97c
13 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
wifi:
ssid: MySSID
password: password1
udp:
addresses: ["239.0.60.53"]
time:
platform: host
syslog:
port: 514
strip: true
level: info
facility: 16

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1,4 @@
packages:
common: !include common.yaml
wifi: !remove

View File

@@ -0,0 +1 @@
<<: !include common.yaml