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 %}