From cb6c07fb31f7c6aafef9d31f050f184e3011a1d1 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 1 Jan 2020 14:30:40 +0100 Subject: [PATCH] Added HACS --- components/hacs.yaml | 10 ++++++++++ configuration.yaml | 7 ++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 components/hacs.yaml diff --git a/components/hacs.yaml b/components/hacs.yaml new file mode 100644 index 00000000..b3ceb3b3 --- /dev/null +++ b/components/hacs.yaml @@ -0,0 +1,10 @@ +###################################################################### +# Component: HACS +###################################################################### + +token: !secret hacs_token +sidepanel_title: HACS +#sidepanel_icon: +#appdaemon: false +#python_script: false +#theme: false diff --git a/configuration.yaml b/configuration.yaml index bd6f5ede..cf379ef9 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -19,7 +19,7 @@ homeassistant: # Enables the frontend frontend: javascript_version: latest - themes: !include_dir_named themes/ + themes: !include_dir_merge_named themes # Enables configuration UI config: @@ -163,7 +163,4 @@ mobile_app: mercedesmeapi: !include components/mercedesme.yaml # HACS -# hacs: !include components/hacs.yaml - -# Shelly for Hass -#shelly: !include components/shelly.yaml +hacs: !include components/hacs.yaml -- 2.47.3