Added fan switch

This commit is contained in:
Jeffrey Stone 2019-07-11 07:18:49 -04:00
parent e8afefb9f9
commit bfedeaa42d
1 changed files with 7 additions and 0 deletions

7
switches/upstairs.yaml Normal file
View File

@ -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