From 06dee4f2c93d26640ac0a893ae1dc5b6c9571ec5 Mon Sep 17 00:00:00 2001 From: Dave Dixon Date: Wed, 11 Sep 2024 06:42:36 -0600 Subject: [PATCH] Update pirateweather.yaml PirateWeather now returns "none" when there is no precipitation, so an icon definition is added for none. --- appdaemon/widgets/pirateweather.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/appdaemon/widgets/pirateweather.yaml b/appdaemon/widgets/pirateweather.yaml index 2f0b73f1a..bc1ec3f75 100755 --- a/appdaemon/widgets/pirateweather.yaml +++ b/appdaemon/widgets/pirateweather.yaml @@ -60,4 +60,5 @@ icons: rain: mdi-umbrella sleet: mdi-weather-snowy-rainy unknown: mdi-umbrella + none: mdi-umbrella static_icons: []