-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
103 lines (88 loc) · 2.22 KB
/
configuration.yaml
File metadata and controls
103 lines (88 loc) · 2.22 KB
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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
# Packages
packages: !include_dir_merge_named packages
allowlist_external_dirs:
- /tmp
media_dirs:
media: /media
# 2FA
auth_mfa_modules:
- type: totp
# Let known users login from their phones
# Let kiosk user login from local network
# Any other scenario requires HA login
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
trusted_users:
192.168.0.6:
- 9c546e5ab33f47fcbd2103594668aaaf # tom
# On restart, set the automations enabled flags to previous values
customize_domain:
automation:
initial_state: true
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.4
logger:
default: warning
system_log:
fire_event: true
fili_template_extensions:
# HTTP Server settings
# IP Banning blocks IOS app too easily so its disabled
# http:
# ip_ban_enabled: true
# login_attempts_threshold: 5
# Lovelace configuration
frontend:
themes: !include_dir_merge_named themes
# Enable wake on lan
wake_on_lan:
# Recorder
recorder:
# MariaDB
db_url: !secret mariadb_url
purge_keep_days: 7
# Exclude history some entities
exclude:
domains:
- calendar
- group
- remote
- update
- weather
entity_globs:
# AdGuard
- sensor.adguard_*
- switch.adguard_*
# Alexa Media Player
- media_player.*_alexa_*
- sensor.*_alexa_*
- switch.*_alexa_*
# Supervisor & Zigbee2MQTT
- binary_sensor.*_update_available
- sensor.*_version
# Shelly Firmware updates
- binary_sensor.*_firmware_update
- button.*_update_firmware
- sensor.*_signal_strength
entities:
# Sun
- sun.sun
# Very chatty sensors that are of little to no use
- sensor.bambu_p1s_wi_fi_signal
- sensor.greenmeadowweatherstation_eventdate
alert: !include alerts.yaml
automation: !include automations.yaml
notify: !include notify.yaml
script: !include scripts.yaml
template: !include_dir_list templates/
# Enable python scripts (built-in and pyscript)
python_script:
pyscript: !include pyscript/config.yaml