9 lines
175 B
YAML
Raw Normal View History

2018-07-18 13:56:30 -04:00
- platform: mqtt
2019-07-11 07:21:55 -04:00
name: "Rail Lights"
2018-07-18 13:56:30 -04:00
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true