From 107b2814d757cddd12fb9a61952fb2bff1f5c9ae Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 25 Feb 2023 14:09:13 -0500 Subject: [PATCH] Fix incorrect MQTT topics --- scripts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts.yaml b/scripts.yaml index 2126547..1fa7a32 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -60,7 +60,7 @@ give_me_darkness: data: qos: '2' retain: true - topic: homeassistant/time/give_me_darkness + topic: house/time/give_me_darkness payload: 'on' mode: single icon: mdi:weather-night @@ -223,7 +223,7 @@ going_upstairs: data: qos: '2' retain: true - topic: homeassistant/time/nightmode + topic: house/time/night_mode payload: 'on' alias: Tell MQTT that it is night mode now - service: input_select.select_option