From de64a19c899ee6105887a74652b41c06987d576f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 17 Jan 2023 18:45:04 +0100 Subject: [PATCH] Make sure we actually use the production mqtt topics --- config/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.toml b/config/config.toml index e3d0365..13187be 100644 --- a/config/config.toml +++ b/config/config.toml @@ -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