-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
75 lines (62 loc) · 1.92 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
customize: !include_dir_merge_named configs/customize/
http:
base_url: gielhassio.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# Text to speech
tts:
- platform: google_translate
hacs:
token: !secret hacs_token
weather:
- platform: darksky
api_key: !secret darksky_API
lovelace_gen:
speedtestdotnet:
server_id: 11365
scan_interval:
minutes: 30
monitored_conditions:
- ping
- download
- upload
lovelace:
mode: yaml
resources: !include_dir_list lovelace/resources
dashboards:
lovelace-home:
mode: yaml
title: Dashboard
icon: mdi:home
show_in_sidebar: true
filename: lovelace-main.yaml
lovelace-settings:
mode: yaml
title: Settings
icon: mdi:cog
show_in_sidebar: true
filename: lovelace-settings.yaml
shell_command:
ha_start: !secret curl
frontend:
themes: !include_dir_merge_named themes
light: !include_dir_merge_list configs/light_groups/
group: !include_dir_merge_named configs/groups/
automation: !include_dir_merge_list includes/automations/
script: !include_dir_merge_named includes/scripts/
device_tracker: !include_dir_merge_list configs/device_trackers/
remote: !include_dir_merge_list configs/remotes/
sensor: !include_dir_merge_list configs/sensors/
input_boolean: !include_dir_merge_named configs/boolean/
input_select: !include_dir_merge_named configs/input_select/
input_number: !include_dir_merge_named configs/input_number/
#zone: !include_dir_merge_list configs/zones/
person: !include_dir_merge_list configs/persons/
media_player: !include_dir_merge_list configs/media_players/
var: !include_dir_merge_named configs/variables/
spotify: !include_dir_merge_named configs/spotify/
vacuum: !include_dir_merge_list configs/vacuums/
fan: !include_dir_merge_list configs/fans/