home-assistant-configuration/switches/sonoff.yaml

9 lines
175 B
YAML
Raw Permalink Normal View History

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