forked from basnijholt/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
42 lines (40 loc) · 1.5 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
---
# Base Configuration:
homeassistant: !include includes/homeassistant.yaml
# Core Configuration
default_config:
frontend:
themes: !include_dir_merge_named themes
scene: !include scenes.yaml
person: !include includes/persons.yaml
input_boolean: !include includes/input_booleans.yaml
input_datetime: !include includes/input_datetimes.yaml
input_select: !include includes/input_selects.yaml
logger: !include includes/logger.yaml
zone: !include includes/zones.yaml
http: !include includes/http.yaml
group: !include includes/groups.yaml
script: !include scripts.yaml
automation: !include automations.yaml
automation old: !include_dir_merge_list automations
switch: !include includes/switches.yaml
sensor: !include includes/sensors.yaml
binary_sensor: !include includes/binary_sensors.yaml
recorder: !include includes/recorder.yaml
weather: !include includes/weather.yaml
shell_command: !include includes/shell_commands.yaml
notify: !include includes/notify.yaml
light: !include includes/lights.yaml
wake_on_lan:
proximity: !include includes/proximity.yaml
timer: !include includes/timers.yaml
# Components:
tplink: !include includes/tplink.yaml
webostv: !include includes/webostv.yaml
speedtestdotnet: !include includes/speedtestdotnet.yaml
vacuum: !include includes/vacuum.yaml
circadian_lighting: !include includes/circadian_lighting.yaml
media_player: !include includes/media_players.yaml
homekit: !include includes/homekit.yaml
discovery: !include includes/discovery.yaml
device_tracker: !include includes/device_trackers.yaml