-
Notifications
You must be signed in to change notification settings - Fork 0
/
switches.yaml
209 lines (192 loc) · 5.53 KB
/
switches.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
- platform: mqtt
name: "Kitchen Zone"
state_topic: "homeassistant/hzHeating/kitchen_zone"
command_topic: "homeassistant/hzHeating/kitchen_zone"
qos: 0
payload_on: "ON"
optimistic: false
payload_off: "OFF"
retain: true
icon: mdi:thermometer-lines
- platform: mqtt
name: "Main Level Zone"
state_topic: "homeassistant/hzHeating/main_level_zone"
command_topic: "homeassistant/hzHeating/main_level_zone"
qos: 0
payload_on: "ON"
optimistic: false
payload_off: "OFF"
retain: true
icon: mdi:thermometer-lines
- platform: mqtt
name: "Upstairs Zone"
state_topic: "homeassistant/hzHeating/upstairs_zone"
command_topic: "homeassistant/hzHeating/upstairs_zone"
qos: 0
payload_on: "ON"
payload_off: "OFF"
optimistic: false
retain: true
icon: mdi:thermometer-lines
- platform: mqtt
name: "Basement Zone"
state_topic: "homeassistant/hzHeating/basement_zone"
command_topic: "homeassistant/hzHeating/basement_zone"
qos: 0
payload_on: "ON"
payload_off: "OFF"
optimistic: false
retain: true
icon: mdi:thermometer-lines
- platform: mqtt
name: "Sunroom"
state_topic: "smartthings/Sunroom/switch"
command_topic: "smartthings/Sunroom/switch"
show_last_changed: true
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"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "sonoff1"
state_topic: "homeassistant/sonoff/sonoff1"
command_topic: "homeassistant/sonoff/sonoff1"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 1"
state_topic: "homeassistant/Eight_Relay/Relay_1"
command_topic: "homeassistant/Eight_Relay/Relay_1"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 2"
state_topic: "homeassistant/Eight_Relay/Relay_2"
command_topic: "homeassistant/Eight_Relay/Relay_2"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 3"
state_topic: "homeassistant/Eight_Relay/Relay_3"
command_topic: "homeassistant/Eight_Relay/Relay_3"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 4"
state_topic: "homeassistant/Eight_Relay/Relay_4"
command_topic: "homeassistant/Eight_Relay/Relay_4"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 5"
state_topic: "homeassistant/Eight_Relay/Relay_5"
command_topic: "homeassistant/Eight_Relay/Relay_5"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 6"
state_topic: "homeassistant/Eight_Relay/Relay_6"
command_topic: "homeassistant/Eight_Relay/Relay_6"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 7"
state_topic: "homeassistant/Eight_Relay/Relay_7"
command_topic: "homeassistant/Eight_Relay/Relay_7"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Relay 8"
state_topic: "homeassistant/Eight_Relay/Relay_8"
command_topic: "homeassistant/Eight_Relay/Relay_8"
show_last_changed: true
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: mqtt
name: "Piano Front"
state_topic: "smartthings/Piano Room Front/switch"
command_topic: "smartthings/Piano Room Back/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Piano Back"
state_topic: "smartthings/Piano Room Back/switch"
command_topic: "smartthings/Piano Room Back/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Kitchen Front"
state_topic: "smartthings/Kitchen Front/switch"
command_topic: "smartthings/Kitchen Front/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Kitchen Back"
state_topic: "smartthings/Kitchen Back/switch"
command_topic: "smartthings/Kitchen Back/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Kitchen Patio"
state_topic: "smartthings/Kitchen Patio/switch"
command_topic: "smartthings/Kitchen Patio/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Sunroom Flood"
state_topic: "smartthings/Sunroom Flood/switch"
command_topic: "smartthings/Sunroom Flood/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Basement Switch"
state_topic: "smartthings/Basement Switch/switch"
command_topic: "smartthings/Basement Switch/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Dining Room"
state_topic: "smartthings/Dining room/switch"
command_topic: "smartthings/Dining room/switch"
show_last_changed: true
payload_on: "on"
payload_off: "off"
retain: true