From: Giorgio Ravera Date: Wed, 1 Jan 2020 13:30:40 +0000 (+0100) Subject: Added HACS X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=cb6c07fb31f7c6aafef9d31f050f184e3011a1d1;p=homeassistant.git Added HACS --- 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