mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
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/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
|
||||
Reference in New Issue
Block a user