Update configuration.yaml, add customize.yaml

This commit is contained in:
2022-01-02 15:15:54 -05:00
parent e216ae3ee9
commit 26b66d847f
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
homeassistant:
packages: !include_dir_named packages
customize: !include customize.yaml
external_url: !secret remote_url
internal_url: http://homeassistant.local:8123
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
@ -32,3 +35,6 @@ frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/hass-hue-icons/hass-hue-icons.js
updater:
include_used_components: true

0
customize.yaml Normal file
View File