New backup 2025-04-21 14:00:03
This commit is contained in:
parent
d1f84bd46e
commit
6d0e139a73
1 changed files with 1 additions and 2 deletions
|
@ -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}"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue