New backup 2025-04-21 14:00:03

This commit is contained in:
Penelope Gwen 2025-04-21 14:00:03 -07:00
parent d1f84bd46e
commit 6d0e139a73

View file

@ -29,8 +29,7 @@ update_cache_json(){
--arg humidity "${humidity}" \
--arg icon "${condition_icon}" \
--arg updated "${updated}" \
'{condition: $condition,current_temp: $current_temp,feels_temp: $feels_temp,min_temp: $min_temp,max_temp: $max_temp,humidity: $humidity,icon: $icon,updated: $updated}' \
| tee "${hass_weather_cache}"
'{condition: $condition,current_temp: $current_temp,feels_temp: $feels_temp,min_temp: $min_temp,max_temp: $max_temp,humidity: $humidity,icon: $icon,updated: $updated}' | tee "${hass_weather_cache}"
}