From c1884b7b86a3a126ca9f9cc0bbba7e47e39d1494 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 30 Jan 2022 12:02:13 +0100 Subject: [PATCH] Added lovelace modules --- Readme.md | 8 ++++- include/resources/hacs_modules.yaml | 47 +++++++++++++++++++++++++++++ include/resources/non_hacs_js.yaml | 5 +++ 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 include/resources/hacs_modules.yaml create mode 100644 include/resources/non_hacs_js.yaml diff --git a/Readme.md b/Readme.md index 6e49a25..44ce24c 100755 --- a/Readme.md +++ b/Readme.md @@ -263,4 +263,10 @@ Step 1+2 Downloading and unzipping is straightforward ## Lovelace -* Lovelace_gen https://github.com/thomasloven/hass-lovelace_gen \ No newline at end of file +### non-HACS + +* Lovelace_gen https://github.com/thomasloven/hass-lovelace_gen + +### HACS + +* mini-graph-card \ No newline at end of file diff --git a/include/resources/hacs_modules.yaml b/include/resources/hacs_modules.yaml new file mode 100644 index 0000000..ac9f30a --- /dev/null +++ b/include/resources/hacs_modules.yaml @@ -0,0 +1,47 @@ +# - url: /local/community/lovelace-battery-entity-row/battery-entity-row.js +# type: module +# - url: /local/community/battery-state-card/battery-state-card.js +# type: module +# - url: /local/community/garbage-collection-card/garbage-collection-card.js +# type: module +# - url: /local/community/mini-media-player/mini-media-player-bundle.js +# type: module +# - url: /local/community/atomic-calendar-revive/atomic-calendar-revive.js +# type: module +# - url: /local/community/config-template-card/config-template-card.js +# type: module +# - url: https://cdn.jsdelivr.net/gh/bramkragten/weather-card/dist/weather-card.min.js +# type: module +# - url: /local/community/lovelace-layout-card/layout-card.js +# type: module +# - url: /local/community/text-element/text-element.js +# type: module +# # - type: module +# # url: /local/community/lovelace-light-with-profiles/light-with-profiles.js +# # - url: /local/community/vertical-stack-in-card/vertical-stack-in-card.js +# # type: module +# - url: /local/community/lovelace-slider-entity-row/slider-entity-row.js +# type: module +# - url: /local/community/bar-card/bar-card.js +# type: module +# - url: /local/community/button-card/button-card.js +# type: module +# - url: /local/community/custom-header/custom-header.js +# type: module +# - url: /local/community/love-lock-card/love-lock-card.js +# type: module +# - url: /local/community/lovelace-auto-entities/auto-entities.js +# type: module +# - url: /local/community/lovelace-auto-entities/lovelace-auto-entities.js +# type: module +# - type: module +# url: /local/community/lovelace-gui-sandbox/gui-sandbox.js +# - type: module +# url: /local/community/lovelace-card-tools/card-tools.js +# - type: module +# url: /local/community/lovelace-fold-entity-row/fold-entity-row.js +# - type: module +# url: /local/community/lovelace-state-switch/state-switch.js +# - type: module +# url: /local/community/lovelace-gap-card/gap-card.js + diff --git a/include/resources/non_hacs_js.yaml b/include/resources/non_hacs_js.yaml new file mode 100644 index 0000000..88fe95c --- /dev/null +++ b/include/resources/non_hacs_js.yaml @@ -0,0 +1,5 @@ +# - type: js +# url: /local/plugins/toggle-lock-entity-row.js +# - url: /local/text-element.js?v=0 +# type: js +