Edit esp-downstloungemain.yaml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user