mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-03-11 13:46:53 +00:00
Added fan switch
This commit is contained in:
parent
bfedeaa42d
commit
9999eb80b6
@ -4,4 +4,11 @@
|
|||||||
command_topic: "smartthings/Incense/switch"
|
command_topic: "smartthings/Incense/switch"
|
||||||
payload_on: "on"
|
payload_on: "on"
|
||||||
payload_off: "off"
|
payload_off: "off"
|
||||||
|
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
|
retain: true
|
Loading…
x
Reference in New Issue
Block a user