mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-15 18:54:45 +00:00
Added fan switch
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user