mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 07:45:48 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
@@ -6,23 +6,16 @@
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Side Door Light"
|
||||
state_topic: "smartthings/Side Door Light/switch"
|
||||
command_topic: "smartthings/Side Door Light/switch"
|
||||
name: "Side Door"
|
||||
state_topic: "smartthings/Side Door/switch"
|
||||
command_topic: "smartthings/Side Door/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Front Porch Left"
|
||||
state_topic: "smartthings/Porch Left/switch"
|
||||
command_topic: "smartthings/Porch Left/switch"
|
||||
name: "Front Porch"
|
||||
state_topic: "smartthings/Front Porch/switch"
|
||||
command_topic: "smartthings/Front Porch/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Front Porch Right"
|
||||
state_topic: "smartthings/Porch Right/switch"
|
||||
command_topic: "smartthings/Porch Right/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
Reference in New Issue
Block a user