2019-07-13 21:38:53 -04:00

9 lines
175 B
YAML
Executable File

- platform: mqtt
name: "Rail Lights"
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true