forked from herveaurel/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·116 lines (86 loc) · 2.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#############################################
## ##
## Defaut setup ##
## ##
#############################################
default_config:
bluetooth:
cloud:
api:
wake_on_lan:
#############################################
## ##
## Text to speech ##
## ##
#############################################
tts:
- platform: google_translate
language: 'fr'
#############################################
## ##
## Scinder ##
## ##
#############################################
# Recorder
recorder: !include recorder.yaml
# Group
group: !include groups.yaml
# Automation
automation: !include automations.yaml
# Script
script: !include scripts.yaml
# Scene
scene: !include scenes.yaml
# Inpu Select
input_text: !include input_text.yaml
# Customize
homeassistant:
customize: !include customize.yaml
allowlist_external_dirs:
- "/tmp"
- "/config/www/tmp"
- "/media/Sonnette"
# Themes
frontend:
# javascript_version: latest
themes: !include_dir_merge_named themes/
extra_module_url:
- /local/card-mod.js
# ZHA
zha: !include zha.yaml
# Light group groupe de lumières
light: !include light.yaml
# shell_command
shell_command: !include shell_command.yaml
# aarlo sonnette
aarlo: !include aarlo.yaml
# Sonoff
sonoff: !include sonoff.yaml
# homekit
homekit: !include homekit.yaml
# Calendrier iOS
calendar: !include calendar.yaml
# Yeelight
yeelight: !include yeelight.yaml
# iOS actions Apple Watch
ios: !include ios.yaml
# Home Connect (lave vaisselle)
home_connect: !include home_connect.yaml
# Camera (aarlo, generic, aspis...)
camera: !include camera.yaml
# webostv (TV salon)
webostv: !include webostv.yaml
# binary_sensor
binary_sensor: !include binary_sensor.yaml
# Template v2
template: !include template.yaml
# Sensor et Template v1
sensor: !include sensor.yaml
# Device Tracker
device_tracker: !include device_tracker.yaml
# Alarme
alarm_control_panel: !include alarm_control_panel.yaml
# Switch
switch: !include switch.yaml
# utility_meter
utility_meter: !include utility_meter.yaml