From 652b4e7dff05a980e5f82dbd847788ecd386ab30 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 16 Mar 2025 04:16:16 -0400 Subject: [PATCH] Additional editing added for weather briefing --- custom_templates/weather.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_templates/weather.jinja b/custom_templates/weather.jinja index 9d1b3c1..f95f438 100644 --- a/custom_templates/weather.jinja +++ b/custom_templates/weather.jinja @@ -106,7 +106,8 @@ {{ weatherInfo(type,method,time) | replace('clear-night','clear') | replace('partlycloudy','partly cloudy') | - replace('snowy-rainy','a mix of rain and snow') }} + replace('snowy-rainy','a mix of rain and snow') | + replace('lightning-rainy','stormy') }} {% endmacro %} {{ cleanup(data()) }} {% endmacro %}