First Commit
This commit is contained in:
26
packages/homeassistant/homeassistant.yaml
Executable file
26
packages/homeassistant/homeassistant.yaml
Executable file
@ -0,0 +1,26 @@
|
||||
homeassistant:
|
||||
name: Home
|
||||
latitude: !secret latitude
|
||||
longitude: !secret longitude
|
||||
elevation: !secret elevation
|
||||
unit_system: metric
|
||||
temperature_unit: C
|
||||
time_zone: Europe/Berlin
|
||||
allowlist_external_dirs:
|
||||
- '/tmp'
|
||||
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 172.30.33.0/24
|
||||
- 172.30.33.1/32
|
||||
- 172.30.32.0/24
|
||||
- 192.168.1.0/24
|
||||
- 192.168.2.0/24
|
||||
- 192.168.3.0/24
|
||||
|
||||
|
||||
lovelace:
|
||||
mode: yaml
|
||||
resources: !include ../../resources.yaml
|
7
packages/homeassistant/recorder.yaml
Executable file
7
packages/homeassistant/recorder.yaml
Executable file
@ -0,0 +1,7 @@
|
||||
recorder:
|
||||
db_url: !secret db_url
|
||||
auto_purge: true
|
||||
purge_keep_days: 60
|
||||
exclude:
|
||||
entities:
|
||||
- sensor.time
|
Reference in New Issue
Block a user