From 74c45ae6a2aaf8c667d04aad9687732d3730b1c2 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 28 Mar 2023 10:27:52 -0700 Subject: [PATCH] Add Hourly Weather Card --- lovelace/resources.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lovelace/resources.yaml b/lovelace/resources.yaml index 41289ad..b013e64 100644 --- a/lovelace/resources.yaml +++ b/lovelace/resources.yaml @@ -16,6 +16,10 @@ - url: /hacsfiles/frigate-hass-card/frigate-hass-card.js type: module +# Hourly Weather Card +- url: /hacsfiles/lovelace-hourly-weather/hourly-weather.js + type: module + # Layout Card - url: /hacsfiles/lovelace-layout-card/layout-card.js type: module