mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 15:25:46 +00:00
v4
This commit is contained in:
7
switches/alarms.yaml
Normal file
7
switches/alarms.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# - platform: mqtt
|
||||
# name: "Tornado Alarm"
|
||||
# state_topic: "smartthings/Tornado Alarm/switch"
|
||||
# command_topic: "smartthings/Tornado Alarm/switch"
|
||||
# payload_on: "on"
|
||||
# payload_off: "off"
|
||||
# retain: true
|
8
switches/bedroom.yaml
Normal file
8
switches/bedroom.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- platform: mqtt
|
||||
name: "Rainbow Light"
|
||||
state_topic: "smartthings/Rainbow Light/switch"
|
||||
command_topic: "smartthings/Rainbow Light/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
7
switches/living_room.yaml
Executable file → Normal file
7
switches/living_room.yaml
Executable file → Normal file
@@ -5,3 +5,10 @@
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Incense"
|
||||
state_topic: "smartthings/Incense/switch"
|
||||
command_topic: "smartthings/Incense/switch"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
8
switches/master_bedroom.yaml
Executable file → Normal file
8
switches/master_bedroom.yaml
Executable file → Normal file
@@ -1,7 +1 @@
|
||||
- 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
|
||||
|
||||
|
0
switches/notifications.yaml
Executable file → Normal file
0
switches/notifications.yaml
Executable file → Normal file
0
switches/outside.yaml
Executable file → Normal file
0
switches/outside.yaml
Executable file → Normal file
2
switches/sonoff.yaml
Executable file → Normal file
2
switches/sonoff.yaml
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
- platform: mqtt
|
||||
name: "Loft Fan"
|
||||
name: "Master Fan"
|
||||
command_topic: "cmnd/sonoff/power"
|
||||
state_topic: "stat/sonoff/POWER"
|
||||
qos: 1
|
||||
|
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