Additional editing added for weather briefing

This commit is contained in:
2025-03-16 04:16:16 -04:00
parent 26bcf136e6
commit 652b4e7dff

View File

@ -106,7 +106,8 @@
{{ weatherInfo(type,method,time) | {{ weatherInfo(type,method,time) |
replace('clear-night','clear') | replace('clear-night','clear') |
replace('partlycloudy','partly cloudy') | 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 %} {% endmacro %}
{{ cleanup(data()) }} {{ cleanup(data()) }}
{% endmacro %} {% endmacro %}