From 6d0e139a737341400f089cf2017e49e97849e61c Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 21 Apr 2025 14:00:03 -0700 Subject: [PATCH] New backup 2025-04-21 14:00:03 --- de/home/.config/eww/scripts/home/hass_weather | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/de/home/.config/eww/scripts/home/hass_weather b/de/home/.config/eww/scripts/home/hass_weather index 73deec1..f3e6582 100755 --- a/de/home/.config/eww/scripts/home/hass_weather +++ b/de/home/.config/eww/scripts/home/hass_weather @@ -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}" }