Edit esp-masterbdrmsouth.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:56:34 +12:00
parent 8a5e1b1b74
commit cd0760293a
+2 -2
View File
@@ -393,14 +393,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