-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfiguration.yaml
64 lines (59 loc) · 1.55 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
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: 40
unit_system: metric
currency: NOK
country: 'NO'
time_zone: Europe/Oslo
language: en-GB
external_url: !secret base_url
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
- fd00::/8
allowlist_external_dirs:
- /config/camera
- /tmp
customize: !include_dir_merge_named customize
packages: !include_dir_named components
http:
ip_ban_enabled: true
login_attempts_threshold: 10
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
lovelace:
mode: yaml
resources:
- url: /hacsfiles/lovelace-xiaomi-vacuum-card/xiaomi-vacuum-card.js
type: module
- url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
type: module
- url: /hacsfiles/lovelace-github-entity-row/github-entity-row.js
type: module
- url: /hacsfiles/lovelace-battery-entity-row/battery-entity-row.js
type: module
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
frontend:
themes: !include_dir_merge_named themes
config:
history:
my:
sun:
dhcp:
ssdp:
cloud:
system_health:
sensor: !include_dir_merge_list sensors
automation: !include_dir_merge_list automations