-
Notifications
You must be signed in to change notification settings - Fork 185
/
configuration.yaml
57 lines (51 loc) · 1.84 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
57
---
#-
# __ _ _ _
# ___ ___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __
# / __/ _ \| '_ \| |_| |/ _` | | | | '__/ _` | __| |/ _ \| '_ \
# | (_| (_) | | | | _| | (_| | |_| | | | (_| | |_| | (_) | | | |
# \___\___/|_| |_|_| |_|\__, |\__,_|_| \__,_|\__|_|\___/|_| |_|
# |___/
#
#- from github.com/basnijholt/home-assistant-config
# Core Configuration
homeassistant: !include includes/homeassistant.yaml
default_config:
frontend:
themes: !include_dir_merge_named themes
http: !include includes/http.yaml
# Inputs
input_boolean: !include includes/input_booleans.yaml
input_datetime: !include includes/input_datetimes.yaml
input_select: !include includes/input_selects.yaml
input_number: !include includes/input_numbers.yaml
# Logging and history
logger: !include includes/logger.yaml
recorder: !include includes/recorder.yaml
# Managed via UI
scene: !include scenes.yaml
automation: !include automations.yaml
script: !include scripts.yaml
# Others
person: !include includes/persons.yaml
zone: !include includes/zones.yaml
group: !include includes/groups.yaml
automation old: !include_dir_merge_list automations
switch: !include includes/switches.yaml
sensor: !include includes/sensors.yaml
command_line: !include includes/command_line.yaml
binary_sensor: !include includes/binary_sensors.yaml
shell_command: !include includes/shell_commands.yaml
notify: !include includes/notify.yaml
light: !include includes/lights.yaml
wake_on_lan:
timer: !include includes/timers.yaml
ios: !include includes/ios.yaml
homekit: !include includes/homekit.yaml
plant: !include includes/plant.yaml
influxdb: !include includes/influxdb.yaml
intent:
intent_script: !include includes/intent_script.yaml
# Custom components
pyscript: !include includes/pyscript.yaml
adaptive_lighting: !include includes/adaptive_lighting.yaml