-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
41 lines (30 loc) · 1.28 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
# 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: !include_dir_merge_list automations/
logger:
logs:
custom_components.extended_openai_conversation: info
climate: !include_dir_merge_list configurations/climate/
counter: !include_dir_merge_named configurations/counter/
input_boolean: !include_dir_merge_named configurations/input_boolean/
input_button: !include_dir_merge_named configurations/input_button/
input_datetime: !include_dir_merge_named configurations/input_datetime/
input_number: !include_dir_merge_named configurations/input_number/
input_text: !include_dir_merge_named configurations/input_text/
rest_command: !include_dir_merge_named configurations/rest_command/
sensor: !include_dir_merge_list configurations/sensor/
switch: !include_dir_merge_list configurations/switch/
script: !include_dir_merge_named scripts/
#script: !include scripts.yaml
scene: !include scenes.yaml
#secrets: !include secrets.yaml
# These lines are important for the mini-graph-card to work and apexcharts-card to work.
#resources:
# - url: /local/mini-graph-card-bundle.js?v=0.12.1
# type: module
#
# - url: /local/apexcharts-card.js?v=2.0.4
# type: module