]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added HACS
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 1 Jan 2020 13:30:40 +0000 (14:30 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 1 Jan 2020 13:30:40 +0000 (14:30 +0100)
components/hacs.yaml [new file with mode: 0644]
configuration.yaml

diff --git a/components/hacs.yaml b/components/hacs.yaml
new file mode 100644 (file)
index 0000000..b3ceb3b
--- /dev/null
@@ -0,0 +1,10 @@
+######################################################################
+# Component: HACS
+######################################################################
+
+token: !secret hacs_token
+sidepanel_title: HACS
+#sidepanel_icon: 
+#appdaemon: false
+#python_script: false
+#theme: false
index bd6f5edeacfe5deff91b8c51322efc47c8abfa86..cf379ef9e26ed200fbcac15856d718bcf6f12671 100644 (file)
@@ -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