From 156d1b7123509387807ce8f5055a2b8592ff1125 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Wed, 22 Mar 2023 16:44:58 -0700 Subject: [PATCH] Add Lovelace State Switch --- lovelace/resources.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lovelace/resources.yaml b/lovelace/resources.yaml index 53d4f6c..41289ad 100644 --- a/lovelace/resources.yaml +++ b/lovelace/resources.yaml @@ -44,6 +44,10 @@ - url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js type: module +# State Switch +- url: /hacsfiles/lovelace-state-switch/state-switch.js + type: module + # Wall Panel - url: /hacsfiles/lovelace-wallpanel/wallpanel.js type: module