Edit esp-masterbdrmwest.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:56:34 +12:00
parent b74d0b02d9
commit 4e47d94474
+2 -2
View File
@@ -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