-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
executable file
·109 lines (79 loc) · 1.85 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
---
homeassistant:
name: Home
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
country: AT
time_zone: Europe/Vienna
unit_system: metric
temperature_unit: C
currency: EUR
external_url: !secret homeassistant_external_url
internal_url: !secret homeassistant_internal_url
packages: !include_dir_named packages
customize_domain:
automation:
initial_state: "on"
auth_providers:
- type: homeassistant
http:
server_port: 8123
ip_ban_enabled: true
login_attempts_threshold: 10
use_x_forwarded_for: true
trusted_proxies:
- 10.0.0.0/8
- fc00::/7
api:
recorder:
purge_keep_days: 33
commit_interval: 15
auto_purge: true
auto_repack: true
db_url: !env_var POSTGRESQL_URI
db_max_retries: 15
db_retry_wait: 3
influxdb: !include influxdb/configuration.yaml
prometheus:
namespace: homeassistant
backup:
config:
network:
system_health:
dhcp:
zeroconf:
webhook:
my:
energy:
frontend: !include_dir_merge_named frontend
sun:
counter:
mobile_app:
person:
ssdp:
tag:
timer:
usb:
zone:
logbook:
history:
tts:
- platform: google_translate
media_source:
automation: !include_dir_merge_list automation
script: !include_dir_merge_named script
scene: !include_dir_merge_list scene
group: !include_dir_merge_named group
switch: !include_dir_merge_list switch
sensor: !include_dir_merge_list sensor
device_tracker: !include_dir_merge_list device_tracker
input_boolean: !include_dir_merge_named input_boolean
shell_command: !include_dir_merge_named shell_command
input_datetime: !include_dir_merge_named input_datetime
input_number: !include_dir_merge_named input_number
input_select: !include_dir_merge_named input_select
input_text: !include_dir_merge_named input_text
template: !include_dir_merge_named template
logger:
default: warning