Files
fresh-home/configuration.yaml
T
2024-07-02 12:20:03 -04:00

48 lines
1.2 KiB
YAML

homeassistant:
external_url: !secret public_url
internal_url: !secret private_url
latitude: !secret home_lat
longitude: !secret home_long
elevation: 655
unit_system: imperial
time_zone: !secret home_time_zone
name: Daddy's House
currency: USD
country: !secret home_country
# whitelist_external_dirs:
# - /config/snapshots/
# - /config/www/audio/
media_dirs:
local: /media/
#mnt: /mnt
#audio: /config/www/audio/
#alarms: /config/www/audio/alarms
#lullabies: /config/www/audio/media/lullabies
#relaxing: /config/www/audio/media/relaxing
#tts: /config/www/audio/media/tts
#snapshots: /config/snapshots/
allowlist_external_dirs:
#- /config/image/
- /config/tmp/
- /config/tmp/snapshots/
- /config/custom_logs/
#- /config/www/audio/
customize: !include_dir_merge_named customizations/entities
#customize_domain: !include_dir_merge_named customizations/domains
#customize_glob: !include_dir_merge_named customizations/globs
packages: !include_dir_named components/packages
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.0.0/23
- fd00::/8
- 127.0.0.1
- ::1
- 172.21.0.0/24