From 94c0a2ff35b5996590037dbafa33e98d5f4ea4a8 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 30 Jan 2022 11:48:02 +0100 Subject: [PATCH] lovelace_gen --- Readme.md | 8 ++++++-- configuration.yaml | 11 +++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a7e0036..6e49a25 100755 --- a/Readme.md +++ b/Readme.md @@ -257,6 +257,10 @@ Step 1+2 Downloading and unzipping is straightforward * Blueprint to control light. https://gist.github.com/rvdlee/2af667b095d783d44395ba25798217aa -* Stue thermostat EQ3 +* Stue thermostat EQ3. https://www.home-assistant.io/integrations/eq3btsmart/ -* checkout (Gollum) https://github.com/gollum/gollum/ wiki for docker (and git)) \ No newline at end of file +* checkout (Gollum) https://github.com/gollum/gollum/ wiki for docker (and git)) + +## Lovelace + +* Lovelace_gen https://github.com/thomasloven/hass-lovelace_gen \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index d268913..79d0806 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -162,3 +162,14 @@ shell_command: !include_dir_merge_named include/shell_commands/ # PYTHON python_script: + +# https://community.home-assistant.io/t/lovelace-gen-add-abilities-to-ui-lovelace-yaml/130328 +lovelace_gen: + +lovelace: + resources: !include_dir_merge_list include/resources/ + mode: yaml + +frontend: + themes: !include_dir_merge_named themes +