mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-08 08:41:57 +00:00
9 lines
174 B
YAML
9 lines
174 B
YAML
- platform: mqtt
|
|
name: "Master Fan"
|
|
command_topic: "cmnd/sonoff/power"
|
|
state_topic: "stat/sonoff/POWER"
|
|
qos: 1
|
|
payload_on: "ON"
|
|
payload_off: "OFF"
|
|
retain: true
|