-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
32 lines (26 loc) · 953 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
homeassistant:
packages: !include_dir_merge_named includes/packages
allowlist_external_dirs:
- /config/
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation ui: !include automations.yaml
script: !include includes/script.yaml
scene: !include includes/scenes.yaml
shell_command: !include includes/shell_command.yaml
recorder: !include includes/recorder.yaml
sensor: !include_dir_merge_list includes/sensors
automation manual: !include_dir_merge_list includes/automation
binary_sensor: !include_dir_merge_list includes/binsensors
lovelace:
mode: yaml
resources:
- url: /hacsfiles/stack-in-card/stack-in-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
type: module