-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.yaml
68 lines (66 loc) · 2.25 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
58
59
60
61
62
63
64
65
66
67
68
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# All the other stuff not covered in the default_config:
automation: !include automations.yaml
automation manual: !include_dir_merge_list ./automation2/
automation dev: !include_dir_merge_list ./automationDev/
camera: !include camera.yaml
command_line:
#- binary_sensor: !include_dir_merge_list command_line/binary_sensor/
#- cover: !include_dir_merge_list command_line/cover/
#- notify: !include_dir_merge_list command_line/notify/
- sensor: !include_dir_merge_named command_line/sensor/
#- switch: !include_dir_merge_list command_line/switch/
compensation: !include compensation.yaml
counter: !include counter.yaml
device_tracker: !include device_tracker.yaml
ffmpeg: !include ffmpeg.yaml
frontend: !include frontend.yaml
hardware:
generic_hygrostat: !include humidifer.yaml
group: !include groups.yaml
homeassistant: !include homeassistant.yaml
input_boolean:
input_button:
input_datetime:
input_number:
input_select:
input_text:
http: !include http.yaml
# introduction:
light: !include_dir_merge_list ./light/
logger: !include logger.yaml
mqtt:
- binary_sensor: !include_dir_merge_list mqtt/binary_sensor/
- button: !include_dir_merge_list mqtt/button/
- cover: !include_dir_merge_list mqtt/cover/
- fan: !include_dir_merge_list mqtt/fan/
- light: !include_dir_merge_list mqtt/light/
- lock: !include_dir_merge_list mqtt/lock/
- sensor: !include_dir_merge_list mqtt/sensor/
- switch: !include_dir_merge_list mqtt/switch/
network:
notify: !include notify.yaml
panel_custom: !include panel_custom.yaml
person: !include person.yaml
plant: !include plant_status.yaml
python_script:
recorder: !include recorder.yaml
# remote_command_line: !include remote_cmd.yaml
rest: !include_dir_merge_list ./rest/
rest_command: !include rest_command.yaml
# ring: !include ring.yaml
scene: !include scene.yaml
schedule:
script: !include_dir_merge_named ./script2/
sensor: !include_dir_merge_list ./sensor2/
shell_command: !include shell_command.yaml
sonoff: !include sonoff.yaml
switch: !include switch.yaml
switch two: !include_dir_merge_list ./switch2/
system_health:
template: !include_dir_merge_list ./templates/
timer: !include timer.yaml
tts: !include tts.yaml
webhook_service:
zone: !include zones.yaml