Edit esp-downstloungemain.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 20:48:49 +12:00
parent ba2214ae60
commit 9528344ffe
+5 -3
View File
@@ -18,10 +18,12 @@
#:########################################################################################:# #:########################################################################################:#
# OPERATION NOTES: # OPERATION NOTES:
# - 3-gang KS-811 triple switch. # - 3-gang KS-811 triple switch.
# - Button 1 toggles Relay 1 (Main Lights). Relay 1 also supports local MQTT ON/OFF commands. # - Button 1 toggles Relay 1 (Main Lights) via script that publishes MQTT command.
# - Relay 1 publishes MQTT state updates on turn on/off.
# - Button 2 toggles Relay 2 (Back Wall Lights). # - Button 2 toggles Relay 2 (Back Wall Lights).
# - Button 3 toggles Relay 3 (Spare). NOTE: nothing connected to this output (as noted). # - Button 3 toggles Relay 3 (Spare). NOTE: nothing connected to this output.
# - Template switches expose HA control that also publishes MQTT commands.
# - Physical relays publish retained MQTT status on state changes.
# - State guards prevent ping-pong between local and remote control.
# - GPIO16 does not support interrupts; polling is used for Button 1 (suppresses warning). # - GPIO16 does not support interrupts; polling is used for Button 1 (suppresses warning).
#:########################################################################################:# #:########################################################################################:#
# MQTT COMMANDS: # MQTT COMMANDS: