-
Notifications
You must be signed in to change notification settings - Fork 122
/
configuration.yaml
200 lines (181 loc) · 5.62 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude_coord
longitude: !secret longitude_coord
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Kiev
# Customization file
# customize: !include customize.yaml
customize: !include_dir_merge_named includes/customize
packages: !include_dir_merge_named includes/packages
auth_providers:
- type: homeassistant
- type: legacy_api_password
api_password: !secret http_password
whitelist_external_dirs :
- /config
# Стандартный набор для интерфейса
# default_config:
# Ручная конфигурация
# Отображение панели настроек в интерфейсе
config:
#Сканирование доступных устройств в сети
ssdp:
# Включение официального интерфейса
frontend:
themes: !include_dir_merge_named themes
# Включение карты
map:
# Включение поддержки приложения
mobile_app:
# Отслеживание солнца
sun:
# API для предоставления информации о системе и ее компонентах
system_health:
# Сенсор для отображения последней версии НА
updater:
# Потоковое изображение с камер
stream:
# Включение истории
history:
# Включение журнала
logbook:
logger:
default: info
logs:
libav.rtsp: critical
lovelace:
mode: yaml
resources:
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
type: js
- url: /hacsfiles/canvas-gauge-card/canvas-gauge-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/simple-thermostat/simple-thermostat.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/lovelace-card-mod/card-mod.js
type: module
- url: /hacsfiles/stack-in-card/stack-in-card.js
type: module
- url: /hacsfiles/battery-state-card/battery-state-card.js
type: module
- url: /hacsfiles/air-visual-card/air-visual-card.js
type: module
- url: /hacsfiles/logbook-card/logbook-card.js
type: module
- url: /hacsfiles/entity-attributes-card/entity-attributes-card.js
type: module
- url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
type: module
- url: /hacsfiles/lovelace-tempometer-gauge-card/tempometer-gauge-card.js
type: module
#Платформы
# mqtt:
# # broker: core-mosquitto
# broker: 192.168.0.74
# discovery: true
# discovery_prefix: homeassistant
# username: mqtt
# password: mqtt
# weather:
# - platform: openweathermap
# api_key: !secret openweathermap_key
# # mode: daily
# Text to speech
tts:
- platform: google_translate
service_name: google_say
remote:
- platform: xiaomi_miio
name: "kitchen remote"
host: 192.168.0.135
token: db472a45b4f1913439abaab3f7ff6356
slot: 3
timeout: 30
hidden: false
telegram_bot:
- platform: polling
api_key: !secret api_key_70
allowed_chat_ids:
- !secret chat_id_alex
- !secret chat_id_olha
- !secret chat_id_group
- !secret chat_id_group_tech
# Роутер
# asuswrt:
# host: !secret asus_ip
# username: !secret asus_user
# password: !secret asus_password
# sensors:
# - devices
# - upload
# - download
# - upload_speed
# - download_speed
# device_tracker:
# - platform: asuswrt
# consider_home: 180
# new_device_defaults:
# track_new_devices: false
zodiac:
life360:
driving_speed: 20
interval_seconds: 10
max_gps_accuracy: 200
max_update_wait:
minutes: 45
show_as_state:
- driving
- moving
warning_threshold: 2
error_threshold: 3
# sonoff:
# username: !secret sonoff_user
# password: !secret sonoff_psw
# Качество воздуха
air_quality:
- platform: xiaomi_miio
name: mijia_air_monitor
host: 192.168.0.142
token: 5233595a56594a4e55724b4967513542
- platform: xiaomi_miio
name: cleargrass_air_monitor
host: 192.168.0.143
token: 566e6c386d4b7163634e5158794a5451
#Вынос в папки
sensor: !include_dir_merge_list includes/sensors
binary_sensor: !include_dir_merge_list includes/bin_sensor
automation: !include_dir_merge_list includes/automation
switch: !include_dir_merge_list includes/switches
script: !include_dir_merge_named includes/scripts
#Вынос в файлы
climate: !include includes/climate.yaml
scene: !include includes/scene.yaml
mqtt_statestream: !include includes/mqtt_statestream.yaml
plant: !include includes/plants.yaml
input_number: !include includes/input_number.yaml
input_select: !include includes/input_select.yaml
media_player: !include includes/mplayer.yaml
light: !include includes/light.yaml
yeelight: !include includes/yeelight.yaml
camera: !include includes/camera.yaml
timer: !include includes/timer.yaml
counter: !include includes/counter.yaml
fan: !include includes/fan.yaml
recorder: !include includes/recorder.yaml
group: !include includes/groups.yaml
rest_command: !include includes/rest_command.yaml
notify: !include includes/notify.yaml
# utility_meter: !include includes/utility_meter.yaml