From d5b4b832a3aa5b2ecdcd017eb0023f3ecc83ec88 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sat, 25 Feb 2023 14:29:06 -0800 Subject: [PATCH] Add UI Minimalist Dependencies --- configuration.yaml | 2 ++ lovelace/resources.yaml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 85779bb..e46eabb 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -74,6 +74,8 @@ ffmpeg: # Enable the Front End frontend: themes: !include_dir_merge_named themes + extra_module_url: + - /hacsfiles/lovelace-card-mod/card-mod.js # Configure FontAwesome Icons fontawesome: diff --git a/lovelace/resources.yaml b/lovelace/resources.yaml index de2437d..24e0bef 100644 --- a/lovelace/resources.yaml +++ b/lovelace/resources.yaml @@ -1,9 +1,29 @@ # Home Assistant Dashboard Resources (installed via HACS) +# Auto Entities +- url: /hacsfiles/lovelace-auto-entities/auto-entities.js + type: module + +# Button Card +- url: /hacsfiles/button-card/button-card.js + type: module + # Frigate Card - url: /hacsfiles/frigate-hass-card/frigate-hass-card.js type: module +# Light Entity Card +- url: /hacsfiles/light-entity-card/light-entity-card.js + type: module + +# Mini Graph Card +- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js + type: module + +# Mini Media Player +- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js + type: module + # Mushroom Card - url: /hacsfiles/lovelace-mushroom/mushroom.js type: module