Added debug bridge to publish state on mqtt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-17 20:09:00 +01:00
parent f756562676
commit 4844bd5d79
10 changed files with 135 additions and 8 deletions

View File

@@ -15,6 +15,9 @@ topic = "${NTFY_TOPIC}"
[presence]
topic = "automation_dev/presence/+/#"
[debug_bridge]
topic = "automation_dev/debug"
[light_sensor]
topic = "zigbee2mqtt_dev/living/light"
min = 23_000

View File

@@ -19,6 +19,9 @@ ip = "10.0.0.146"
login = "${HUE_TOKEN}"
flags = { presence = 41, darkness = 43 }
[debug_bridge]
topic = "automation/debug"
[light_sensor]
topic = "zigbee2mqtt/living/light"
min = 23_000

View File

@@ -20,6 +20,9 @@ ip = "10.0.0.146"
login = "${HUE_TOKEN}"
flags = { presence = 41, darkness = 43 }
[debug_bridge]
topic = "automation_dev/debug"
[light_sensor]
topic = "zigbee2mqtt_dev/living/light"
min = 23_000