Make sure we actually use the production mqtt topics
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2023-01-17 18:45:04 +01:00
parent 2816b1d87a
commit de64a19c89
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -12,7 +12,7 @@ password="${MQTT_PASSWORD}"
topic = "${NTFY_TOPIC}"
[presence]
topic = "automation_dev/presence/+/#"
topic = "automation/presence/+/#"
[hue_bridge]
ip = "10.0.0.146"
@ -20,7 +20,7 @@ login = "${HUE_TOKEN}"
flags = { presence = 41, darkness = 43 }
[light_sensor]
topic = "zigbee2mqtt_dev/living/light"
topic = "zigbee2mqtt/living/light"
min = 23_000
max = 25_000