-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
executable file
·296 lines (267 loc) · 5.62 KB
/
configuration.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
homeassistant:
auth_providers:
- type: homeassistant
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
packages: !include_dir_named packages
currency: USD
country: US
frontend:
config:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.16.0.0/12
- 173.245.48.0/20
- 103.21.244.0/22
- 103.22.200.0/22
- 103.31.4.0/22
- 141.101.64.0/18
- 108.162.192.0/18
- 190.93.240.0/20
- 188.114.96.0/20
- 197.234.240.0/22
- 198.41.128.0/17
- 162.158.0.0/15
- 104.16.0.0/13
- 104.24.0.0/14
- 172.64.0.0/13
- 131.0.72.0/22
mobile_app:
conversation:
sun:
recorder:
purge_keep_days: 14
auto_purge : true
auto_repack: true
sensor: !include sensors.yaml
cloud:
group: !include groups.yaml
automation: !include_dir_list automations/
script: !include_dir_list scripts/
mqtt:
sensor:
- name: boysroomtemp
state_topic: "tele/boysroom/SENSOR"
value_template: "{{ value_json['AM2301'].Temperature }}"
unit_of_measurement: "°F"
- name: boysroomhumidity
state_topic: "tele/boysroom/SENSOR"
value_template: "{{ value_json['AM2301'].Humidity }}"
unit_of_measurement: "%"
- name: mechanicalroomtemp
state_topic: "mechanicalroom/temperature"
unit_of_measurement: "°F"
- name: mechanicalroomhumidity
state_topic: "mechanicalroom/humidity"
unit_of_measurement: "%"
- name: garagetempf
state_topic: "garage/temperature_f"
unit_of_measurement: "°F"
- name: garagetempc
state_topic: "garage/temperature_c"
unit_of_measurement: "°C"
- name: garagehumidity
state_topic: "garage/humidity"
unit_of_measurement: "%"
switch:
- name: boys_lamp
state_topic: "stat/boysroom/POWER"
command_topic: "cmnd/boysroom/POWER"
availability_topic: "tele/boysroom/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: true
zone:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
radius: 4500
icon: mdi:home
notify: !include notifications.yaml
homekit:
auto_start: False
switch: !include switches.yaml
zeroconf:
camera: !include cameras.yaml
light:
- platform: group
name: Boy's Room
entities:
- light.hue_white_lamp_1
- light.hue_white_lamp_2
logger:
default: error
climate:
history:
system_health:
ffmpeg:
api:
input_datetime:
climate_night:
has_time: true
climate_morning:
has_time: true
resetlights:
has_time: true
bedtime:
has_time: true
workday_start:
has_time: true
workday_end:
has_time: true
downstairshallwaynightlight:
has_time: true
input_number:
garage_ac_set_point_low:
name: "Garage AC Set Point Low"
mode: box
initial: 73
min: 60
max: 80
step: 1
garage_ac_set_point_high:
name: "Garage AC Set Point High"
mode: box
initial: 78
min: 60
max: 80
step: 1
garage_heat_set_point_low:
name: "Garage Heat Set Point Low"
mode: box
initial: 66
min: 60
max: 80
step: 1
garage_heat_set_point_high:
name: "Garage Heat Set Point High"
mode: box
initial: 71
min: 60
max: 80
step: 1
ac_set_point_home_day:
name: "AC Set Point Home Day"
mode: box
initial: 73
min: 60
max: 80
step: 1
ac_set_point_away_day:
name: "AC Set Point Away Day"
mode: box
initial: 76
min: 60
max: 80
step: 1
ac_set_point_home_night:
name: "AC Set Point Home Night"
mode: box
initial: 75
min: 60
max: 80
step: 1
ac_set_point_away_night:
name: "AC Set Point Away Night"
mode: box
initial: 79
min: 60
max: 80
step: 1
heat_set_point_home_day:
name: "Heat Set Point Home Day"
mode: box
initial: 71
min: 60
max: 80
step: 1
heat_set_point_away_day:
name: "Heat Set Point Away Day"
mode: box
initial: 68
min: 60
max: 80
step: 1
heat_set_point_home_night:
name: "Heat Set Point Home Night"
mode: box
initial: 69
min: 60
max: 80
step: 1
heat_set_point_away_night:
name: "Heat Set Point Away Night"
mode: box
initial: 66
min: 60
max: 80
step: 1
auto_low_set_point_home_day:
name: "Auto Low Set Point Home Day"
mode: box
initial: 71
min: 60
max: 80
step: 1
auto_low_set_point_away_day:
name: "Auto Low Set Point Away Day"
mode: box
initial: 68
min: 60
max: 80
step: 1
auto_high_set_point_home_day:
name: "Auto High Set Point Home Day"
mode: box
initial: 73
min: 60
max: 80
step: 1
auto_high_set_point_away_day:
name: "Auto High Set Point Away Day"
mode: box
initial: 76
min: 60
max: 80
step: 1
auto_low_set_point_home_night:
name: "Auto Low Set Point Home Night"
mode: box
initial: 69
min: 60
max: 80
step: 1
auto_low_set_point_away_night:
name: "Auto Low Set Point Away Night"
mode: box
initial: 66
min: 60
max: 80
step: 1
auto_high_set_point_home_night:
name: "Auto High Set Point Home Night"
mode: box
initial: 75
min: 60
max: 80
step: 1
auto_high_set_point_away_night:
name: "Auto High Set Point Away Night"
mode: box
initial: 78
min: 60
max: 80
step: 1
ios:
device_tracker: !include_dir_list device_tracker/
binary_sensor: !include_dir_merge_list binary_sensors/
powercalc: