Update configuration.yaml, add customize.yaml
This commit is contained in:
@ -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
0
customize.yaml
Normal file
Reference in New Issue
Block a user