Fix incorrect MQTT topics
This commit is contained in:
@ -60,7 +60,7 @@ give_me_darkness:
|
|||||||
data:
|
data:
|
||||||
qos: '2'
|
qos: '2'
|
||||||
retain: true
|
retain: true
|
||||||
topic: homeassistant/time/give_me_darkness
|
topic: house/time/give_me_darkness
|
||||||
payload: 'on'
|
payload: 'on'
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:weather-night
|
icon: mdi:weather-night
|
||||||
@ -223,7 +223,7 @@ going_upstairs:
|
|||||||
data:
|
data:
|
||||||
qos: '2'
|
qos: '2'
|
||||||
retain: true
|
retain: true
|
||||||
topic: homeassistant/time/nightmode
|
topic: house/time/night_mode
|
||||||
payload: 'on'
|
payload: 'on'
|
||||||
alias: Tell MQTT that it is night mode now
|
alias: Tell MQTT that it is night mode now
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
|
Reference in New Issue
Block a user