-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
36 lines (34 loc) · 1.36 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
## ha core configurations
default_config:
frontend:
themes: !include_dir_merge_named themes
extra_module_url: !include assets/core/extra_modules.yaml
homeassistant:
customize: !include_dir_merge_named assets/customize
# http
http: !include assets/core/http.yaml
# lovelace
lovelace: !include assets/core/lovelace.yaml
automation: !include automations.yaml
binary_sensor: !include_dir_merge_list assets/binary_sensors/groups
camera: !include_dir_merge_list assets/cameras/generic
cover: !include_dir_merge_list assets/covers
group: !include groups.yaml
input_boolean: !include_dir_merge_named assets/input_booleans
input_datetime: !include_dir_merge_named assets/input_datetime
light: !include_dir_merge_list assets/lights/legacy
media_player: !include_dir_merge_list assets/media_players
mqtt:
binary_sensor: !include_dir_merge_list assets/binary_sensors/mqtt
light: !include_dir_merge_list assets/lights/mqtt
sensor: !include_dir_merge_list assets/sensors/mqtt
switch: !include_dir_merge_list assets/switches/mqtt
notify: !include notify.yaml
plant: !include_dir_merge_named assets/plants
scene: !include_dir_merge_list assets/scenes
script: !include_dir_merge_named assets/scripts
sensor: !include_dir_merge_list assets/sensors/legacy
switch: !include_dir_merge_list assets/switches/legacy
template: !include assets/templates.yaml
timer:
tts: !include assets/core/tts.yaml