-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
89 lines (79 loc) · 2.73 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
homeassistant:
name: !secret home_name
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
time_zone: !secret home_timezone
country: !secret home_country
customize: !include_dir_merge_named includes/customize
customize_glob: !include_dir_merge_named includes/customize_glob
packages: !include_dir_named includes/packages
unit_system: metric
allowlist_external_dirs:
- '/config/downloads'
- '/config'
config:
api:
system_health:
conversation:
history:
wake_on_lan:
zeroconf:
mobile_app:
sun:
ffmpeg:
stream:
energy:
frontend:
themes: !include_dir_merge_named themes
http:
ip_ban_enabled: true
login_attempts_threshold: 5
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- ::1
system_log:
fire_event: true
tts:
- platform: google_translate
service_name: google_say
language: 'ru'
switch: !include_dir_merge_list includes/switches
sensor: !include_dir_merge_list includes/sensors
binary_sensor: !include_dir_merge_list includes/binary_sensors
template: !include_dir_merge_list includes/template
light: !include_dir_merge_list includes/lights
climate: !include_dir_merge_list includes/climate
command_line: !include_dir_merge_list includes/command_line
automation manual: !include_dir_merge_list includes/automations
automation ui: !include automations.yaml
script: !include_dir_merge_named includes/scripts
lovelace: !include includes/lovelace.yaml
recorder: !include includes/recorder.yaml
logbook: !include includes/logbook.yaml
influxdb: !include includes/influxdb.yaml
logger: !include includes/logger.yaml
device_tracker: !include includes/device_tracker.yaml
telegram_bot: !include includes/telegram_bot.yaml
notify: !include includes/notify.yaml
group: !include includes/groups.yaml
media_player: !include includes/media_player.yaml
input_boolean: !include includes/input_boolean.yaml
input_number: !include includes/input_number.yaml
input_select: !include includes/input_select.yaml
input_text: !include includes/input_text.yaml
timer: !include includes/timer.yaml
counter: !include includes/counter.yaml
camera: !include includes/camera.yaml
scene: !include includes/scenes.yaml
rest_command: !include includes/rest_command.yaml
# custom integration
python_script:
xiaomi_gateway3: !include includes/gateway3.yaml
custom_filters:
#sonoff:
# username: !secret sonoff_username
# password: !secret sonoff_password
# mode: local
# reload: always