-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
56 lines (34 loc) · 1.14 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
alarm_control_panel: !include alarm.yaml
automation ui: !include automations.yaml
automation manual: !include_dir_merge_list automation/
binary_sensor: !include binary_sensor.yaml
camera: !include cameras.yaml
frontend:
themes: !include_dir_merge_named themes
group: !include groups.yaml
homeassistant: !include home_assistant.yaml
input_boolean: !include input_boolean.yaml
input_datetime: !include input_datetime.yaml
lovelace: !include lovelace.yaml
media_player: !include media_player_groups.yaml
mobile_app:
plant: !include plants.yaml
pyscript: !include pyscript/config.yaml
python_script:
scene: !include_dir_merge_list scenes
sensor: !include sensors.yaml
shell_command: !include shell_commands.yaml
script: !include_dir_named scripts/
logger:
default: warning
logs:
homeassistant.components.pyscript: debug
# homeassistant.components.smartthings: debug
homeassistant.components.webhook: debug
spotify:
client_id: !secret spotify_client_id
client_secret: !secret spotify_client_secret
zha:
custom_quirks_path: zha_custom_quirks