mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 15:25:46 +00:00
Version 3
This commit is contained in:
7
switches/living_room.yaml
Executable file
7
switches/living_room.yaml
Executable file
@@ -0,0 +1,7 @@
|
||||
- platform: mqtt
|
||||
name: "Fireplace Lights"
|
||||
state_topic: "smartthings/Fireplace Lights/switch"
|
||||
command_topic: "smartthings/Fireplace Lights/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
7
switches/master_bedroom.yaml
Executable file
7
switches/master_bedroom.yaml
Executable file
@@ -0,0 +1,7 @@
|
||||
- platform: mqtt
|
||||
name: "Master Bedroom Fan"
|
||||
state_topic: "smartthings/Master Bedroom Fan/switch"
|
||||
command_topic: "smartthings/Master Bedroom Fan/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
54
switches/notifications.yaml
Executable file
54
switches/notifications.yaml
Executable 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
|
||||
|
21
switches/outside.yaml
Executable file
21
switches/outside.yaml
Executable file
@@ -0,0 +1,21 @@
|
||||
- platform: mqtt
|
||||
name: "Driveway Light"
|
||||
state_topic: "smartthings/Driveway Light/switch"
|
||||
command_topic: "smartthings/Driveway Light/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Side Door"
|
||||
state_topic: "smartthings/Side Door Light/switch"
|
||||
command_topic: "smartthings/Side Door Light/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Front Porch"
|
||||
state_topic: "smartthings/Front Porch/switch"
|
||||
command_topic: "smartthings/Front Porch/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
8
switches/sonoff.yaml
Executable file
8
switches/sonoff.yaml
Executable file
@@ -0,0 +1,8 @@
|
||||
- platform: mqtt
|
||||
name: "Loft 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