-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
55 lines (47 loc) · 1.4 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
homeassistant: !include includes/homeassistant.yaml
default_config:
frontend:
themes: !include_dir_merge_named themes
http: !include includes/http.yaml
# Logging and History
recorder: !include includes/recorder.yaml
logbook: !include includes/logbook.yaml
# Inputs
input_boolean: !include includes/input_booleans.yaml
input_select: !include includes/input_selects.yaml
automation: !include_dir_merge_list automations
person: !include includes/persons.yaml
scene: !include includes/scenes.yaml
script: !include includes/scripts.yaml
group: !include includes/groups.yaml
zone: !include includes/zones.yaml
sensor: !include includes/sensors.yaml
homekit: !include includes/homekit.yaml
prometheus: !include includes/prometheus.yaml
# Enables Lovelave UI
lovelace:
mode: yaml
# Add ons for Lovelace
resources:
- url: /local/home-assistant-sun-card.js
type: module
- url: /local/mini-graph-card-bundle.js
type: module
- url: /local/fold-entity-row.js
type: module
- url: /local/weather-card/weather-card.js
type: module
# Enables the API
api:
# Needed for HomeKit integration
network:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# logger:
# default: warning
# logs:
# homeassistant.components.homekit: debug
# homeassistant.components.homekit_controller: debug
# aiohomekit: debug
# coap: debug
# pyhap: debug