home-assistant-configuration/switches/sonoff.yaml

9 lines
172 B
YAML
Raw Normal View History

2018-07-18 17:56:30 +00:00
- platform: mqtt
name: "Loft Fan"
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true