-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
303 lines (280 loc) · 6.54 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
297
298
299
300
301
302
303
homeassistant:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: 22
unit_system: imperial
time_zone: America/New_York
customize: !include_dir_merge_named customize
auth_providers:
- type: homeassistant
external_url: !secret ha_url
internal_url: !secret internal_url
auth:
zone: !include ./configuration/zone.yaml
frontend:
themes: !include_dir_merge_named themes/
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
lovelace:
mode: yaml
resources:
# cards loaded via hacs
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/light-entity-card/light-entity-card.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/lovelace-thermostat-card/main.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player.js
type: module
- url: /hacsfiles/my-cards/my-cards.js
type: module
- url: /hacsfiles/rgb-light-card/card.js
type: module
- url: /hacsfiles/roku-card/roku-card.js
type: module
- url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
type: module
config:
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
media_source:
# Discover some devices automatically
discovery:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
recorder:
purge_keep_days: 3
commit_interval: 5
exclude:
domains:
- automation
- updater
entity_globs:
- media_player.*
entities:
- sun.sun
sun:
system_health:
automation: !include_dir_merge_list automation
group: !include ./configuration/group.yaml
notify: !include ./configuration/notify.yaml
scene: !include_dir_merge_list scene
sensor: !include ./configuration/sensor.yaml
binary_sensor: !include ./configuration/binary_sensor.yaml
script: !include_dir_merge_named script
light: !include ./configuration/light.yaml
switch: !include ./configuration/switch.yaml
cover: !include ./configuration/cover.yaml
# Allows you to issue voice commands from the frontend in enabled browsers
# conversation:
# Text to speech
tts:
platform: google_translate
mobile_app:
map:
panel_iframe:
chowdown:
title: "Recipes"
icon: mdi:chef-hat
url: "https://soberstadt.github.io/chowdown/"
speedtestdotnet:
monitored_conditions:
- ping
- download
spotify:
client_id: !secret spotify_client_id
client_secret: !secret spotify_secret
weather:
- platform: darksky
api_key: !secret darksky
mode: daily
google_assistant:
project_id: soberstadt
service_account: !include google_account.json
secure_devices_pin: !secret google_pin
report_state: true
entity_config:
light.ge_12724_3way_dimmer_switch_level:
name: Bedroom Lights
expose: true
room: Bedroom
light.flux_bedroom:
name: Bedroom Mood
expose: true
room: Mood
light.6001948a98a2_1921680101:
name: Living Mood Light
expose: true
room: Mood
light.flux_lily_bedroom:
name: Lily Night Light
expose: true
room: Lily's room
light.kitchen_cabinet:
name: Kitchen Cabinet Light
expose: true
room: Kitchen
light.bulb_4578:
name: Breakfast Table Light
expose: true
room: Kitchen
light.kitchen_overhead_lights:
name: Kitchen Overhead Lights
expose: true
room: Overhead Kitchen
light.front_door_light:
name: Front Door Light
expose: true
room: Outside
light.wled_1:
name: Christmas Lights
expose: true
room: Sitting Room
switch.sonoff_1:
name: Sitting Room Lamp
expose: true
room: Sitting Room
switch.teckin_6634:
name: Sitting Room Couch 1
expose: true
room: Sitting Room
climate.2gig_technologies_ct101_thermostat_iris_mode:
name: Thermostat
expose: true
room: Entryway
cover.garage_door:
name: Garage Door
expose: true
room: Garage
scene.darkroom:
name: Darkroom Scene
expose: true
room: Bedroom
scene.romantic:
name: Romantic Scene
expose: true
room: Bedroom
scene.evening:
name: Evening Scene
expose: true
scene.movie_playing:
name: Movie Scene
expose: true
scene.lily_bed_time:
name: Lily's Bed Time
expose: true
room: Lily's Room
script.good_night:
name: Good Night Script
expose: true
script.five_more_minutes:
name: Five More Minutes
expose: true
room: Bedroom
input_boolean.guest_mode:
name: Guest Mode
expose: true
script.roku_play_pause:
name: Roku Play Pause
expose: true
script.show_wifi_details:
name: Show WIFI Details
expose: true
room: Living Room
expose_by_default: false
stream:
camera:
- platform: ffmpeg
input: !secret front_door_camera_url
name: Front Door
input_boolean:
guest_mode:
input_select:
spencer_status_dropdown:
name: Spencer
options:
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
- Work
lynsey_status_dropdown:
name: Lynsey
options:
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
- Work
family_status_dropdown:
name: Family Presence
options:
- Home
- Just Arrived
- Just Left
- Away
- Extended Away
- Work
lily_door_status_dropdown:
name: Lily's Door Status
options:
- Closed
- Open
- Unavailable
hass_theme:
name: Themes
options:
- default
- midnight
- clear
- clear-dark
input_number:
home_temperature:
name: Home Temperature
min: 71
max: 75
step: 1
input_datetime:
weekday_wakeup:
name: Weekday Wakeup Time
has_date: false
has_time: true
weekend_wakeup:
name: Weekend Wakeup Time
has_date: false
has_time: true
special_wakeup:
name: Special Wakeup Time
has_date: false
has_time: true
lily_wakeup:
name: Lily Wakeup Time
has_date: false
has_time: true
bedtime:
name: Bedtime
has_date: false
has_time: true
# custom components:
hacs:
token: !secret hacs_token
# influxdb:
# host: a0d7b954-influxdb
# port: 8086
# database: homeassistant
# username: homeassistant
# password: !secret influxdb_password
# max_retries: 3
# default_measurement: state
python_script: