Added fan switch
This commit is contained in:
parent
e8afefb9f9
commit
bfedeaa42d
|
@ -0,0 +1,7 @@
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Upstairs Fan"
|
||||||
|
state_topic: "smartthings/Upstairs Fan/switch"
|
||||||
|
command_topic: "smartthings/Upstairs Fan/switch"
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
retain: true
|
Loading…
Reference in New Issue