Edit esp-masterbdrmwest.yaml
This commit is contained in:
@@ -398,14 +398,14 @@ script:
|
|||||||
then:
|
then:
|
||||||
- mqtt.publish:
|
- mqtt.publish:
|
||||||
topic: "${north_lights_tasmota_command_topic}"
|
topic: "${north_lights_tasmota_command_topic}"
|
||||||
payload: "ON"
|
payload: "On"
|
||||||
|
|
||||||
- id: request_north_lights_off
|
- id: request_north_lights_off
|
||||||
mode: restart
|
mode: restart
|
||||||
then:
|
then:
|
||||||
- mqtt.publish:
|
- mqtt.publish:
|
||||||
topic: "${north_lights_tasmota_command_topic}"
|
topic: "${north_lights_tasmota_command_topic}"
|
||||||
payload: "OFF"
|
payload: "Off"
|
||||||
|
|
||||||
- id: set_north_on_from_tasmota
|
- id: set_north_on_from_tasmota
|
||||||
mode: restart
|
mode: restart
|
||||||
|
|||||||
Reference in New Issue
Block a user