mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 07:45:48 +00:00
v4
This commit is contained in:
14
switches/upstairs.yaml
Normal file
14
switches/upstairs.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
- platform: mqtt
|
||||
name: "Upstairs Light"
|
||||
state_topic: "smartthings/Upstairs Light/switch"
|
||||
command_topic: "smartthings/Upstairs Light/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Main Theater"
|
||||
state_topic: "smartthings/Theater AV/switch"
|
||||
command_topic: "smartthings/Teather AV/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
Reference in New Issue
Block a user