-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
41 lines (36 loc) · 966 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
33
34
35
36
37
38
39
40
41
homeassistant:
packages: !include_dir_named packages
#############################
# COMPONENTS WITHOUT CONFIG #
#############################
default_config:
cloud:
conversation:
history:
logbook:
sun:
system_health:
device_tracker:
config:
http:
mobile_app:
person:
ffmpeg:
media_source:
energy:
###################################
# COMPONENTS WITH EXTERNAL CONFIG #
###################################
mqtt: !include config/mqtt.yaml
binary_sensor: !include config/binary_sensor.yaml
sensor: !include config/sensor.yaml
input_boolean: !include config/input_boolean.yaml
input_number: !include config/input_number.yaml
input_select: !include config/input_select.yaml
notify: !include config/notify.yaml
alarm_control_panel: !include config/alarm_control_panel.yaml
calendar: !include config/calendar.yaml
prometheus: !include config/prometheus.yaml
switch: !include config/switch.yaml
automation ui: !include automations.yaml
script: !include scripts.yaml