From 26b66d847f2567dbc5d5b428b664c016337436d8 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 2 Jan 2022 15:15:54 -0500 Subject: [PATCH] Update configuration.yaml, add customize.yaml --- configuration.yaml | 6 ++++++ customize.yaml | 0 2 files changed, 6 insertions(+) create mode 100644 customize.yaml diff --git a/configuration.yaml b/configuration.yaml index 2d5310e..03f7f65 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/customize.yaml b/customize.yaml new file mode 100644 index 0000000..e69de29