From 250a71ac4a3ac20cf835c08fdc0022a68033ff86 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 15 Jan 2026 19:08:39 +0100 Subject: [PATCH] added icon_url --- glance-system/glance-helper.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/glance-system/glance-helper.yaml b/glance-system/glance-helper.yaml index 5e47783..9b675ad 100644 --- a/glance-system/glance-helper.yaml +++ b/glance-system/glance-helper.yaml @@ -198,6 +198,7 @@ data: v_tmax, v_tmin = _to_float(vals[0]), _to_float(vals[1]) if v_tmax is not None and v_tmin is not None: + icon_url = _abs_url(icon.get("src") if icon else None) daily.append({ "daynum": daynum.get_text(strip=True) if daynum else "", "dow": dow.get_text(strip=True) if dow else "",