From 4bb1ee483afef0ee24e9e5b7ca205b94231cbd23 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Mon, 11 Nov 2024 10:38:21 -0800 Subject: [PATCH] maint: Add Clock Weather Card to Resources --- lovelace/resources.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lovelace/resources.yaml b/lovelace/resources.yaml index a2bedf6..72eff59 100644 --- a/lovelace/resources.yaml +++ b/lovelace/resources.yaml @@ -16,6 +16,10 @@ - url: /hacsfiles/button-card/button-card.js type: module +# Clock Weather Card +- url: /hacsfiles/clock-weather-card/clock-weather-card.js + type: module + # Frigate Card - url: /hacsfiles/frigate-hass-card/frigate-hass-card.js type: module