mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
7
switches/laundry.yaml
Normal file
7
switches/laundry.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- platform: mqtt
|
||||
name: "Washer"
|
||||
state_topic: "smartthings/Washer/switch"
|
||||
command_topic: "smartthings/Washer/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
@@ -5,10 +5,3 @@
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Rail Lights"
|
||||
state_topic: "smartthings/Stairs Rail/switch"
|
||||
command_topic: "smartthings/Stairs Rail/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
54
switches/notifications.yaml
Normal file
54
switches/notifications.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
- platform: mqtt
|
||||
name: "Text Notify Kat"
|
||||
command_topic: "kat/notify/text"
|
||||
state_topic: "kat/notify/text"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Audibly Notify Kat"
|
||||
command_topic: "kat/notify/audio"
|
||||
state_topic: "kat/notify/audio"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Text Notify Jeff"
|
||||
command_topic: "jeff/notify/text"
|
||||
state_topic: "jeff/notify/text"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Audibly Notify Jeff"
|
||||
command_topic: "jeff/notify/audio"
|
||||
state_topic: "jeff/notify/audio"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Text Notify House"
|
||||
command_topic: "house/notify/text"
|
||||
state_topic: "house/notify/text"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Audibly Notify House"
|
||||
command_topic: "house/notify/audio"
|
||||
state_topic: "house/notify/audio"
|
||||
qos: 1
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
@@ -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
|
8
switches/sonoff.yaml
Normal file
8
switches/sonoff.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- platform: mqtt
|
||||
name: "Master Fan"
|
||||
command_topic: "cmnd/sonoff/power"
|
||||
state_topic: "stat/sonoff/POWER"
|
||||
qos: 1
|
||||
payload_on: "ON"
|
||||
payload_off: "OFF"
|
||||
retain: true
|
Reference in New Issue
Block a user