1
0
Fork 0
ha-config/config/configuration.yaml

48 lines
936 B
YAML
Raw Permalink Normal View History

2022-05-11 16:41:13 +10:00
# vim:set ts=2 sw=2 tw=0 et:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
packages: !include_dir_named packages
customize: !include customize.yaml
customize_glob:
"sensor.*_fire_danger*":
icon: "mdi:fire"
"switch.*plug*":
icon: "mdi:power-socket-au"
allowlist_external_dirs:
- /config
recorder:
db_url: !secret recorder_db
commit_interval: 30
2023-04-25 07:36:58 +10:00
purge_keep_days: 14
2022-05-11 16:41:13 +10:00
http:
use_x_forwarded_for: true
trusted_proxies:
2022-08-24 13:50:56 +10:00
- !secret docker_subnet
2022-05-11 16:41:13 +10:00
- !secret lan_subnet
- !secret iot_subnet
- !secret not_subnet
frontend:
themes: !include_dir_merge_named themes
logger:
default: warning
logs:
homeassistant.loader: error
2022-08-24 13:50:56 +10:00
custom_components.magic_areas: debug
2022-05-11 16:41:13 +10:00
ffmpeg:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml