mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
Added fan switch
This commit is contained in:
parent
bfedeaa42d
commit
9999eb80b6
@ -5,3 +5,10 @@
|
|||||||
payload_on: "on"
|
payload_on: "on"
|
||||||
payload_off: "off"
|
payload_off: "off"
|
||||||
retain: true
|
retain: true
|
||||||
|
- platform: mqtt
|
||||||
|
name: "Living Room Fan"
|
||||||
|
state_topic: "smartthings/Living Room Fan/switch"
|
||||||
|
command_topic: "smartthings/Living Room Fan/switch"
|
||||||
|
payload_on: "on"
|
||||||
|
payload_off: "off"
|
||||||
|
retain: true
|
Loading…
x
Reference in New Issue
Block a user