-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
48 lines (36 loc) · 886 Bytes
/
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
# most things are kept in separate config files. i like to keep this file as sparse as possible.
default_config:
tts:
- platform: google_translate
homeassistant:
packages: !include_dir_named packages
customize: !include customize.yaml
frontend:
themes: !include_dir_merge_named themes
# enable auto discovery
discovery:
# using dark sky for weather
weather:
- platform: darksky
api_key: !secret darksky_apikey
mode: daily
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
recorder:
db_url: !secret mysql_uri
purge_keep_days: 90
exclude:
domains:
- scene
- mqtt
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
fontawesome:
solid:
### if we don't add this, our lock doesn't work. lol
lock:
lovelace:
mode: yaml