Add more MQTT publishing #77
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: 6cec5edfe1...d15552b6be
@ -54,6 +54,12 @@ give_me_darkness:
|
|||||||
data: {}
|
data: {}
|
||||||
- service: script.evening_on_second_floor
|
- service: script.evening_on_second_floor
|
||||||
data: {}
|
data: {}
|
||||||
|
- service: mqtt.publish
|
||||||
|
data:
|
||||||
|
qos: '2'
|
||||||
|
retain: true
|
||||||
|
topic: homeassistant/time/give_me_darkness
|
||||||
|
payload: 'on'
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:weather-night
|
icon: mdi:weather-night
|
||||||
start_youtube:
|
start_youtube:
|
||||||
|
Reference in New Issue
Block a user