Added fan switch

This commit is contained in:
Jeffrey Stone 2019-07-11 07:18:49 -04:00
parent 68654b5d2a
commit 9de04e1b98
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