Added debug bridge to publish state on mqtt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user