From a8c633e62700efa2ecb0971ca4dc60a9a827298a Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:16:34 +0100 Subject: [PATCH] Update untracked consumption threshold to 1W (#29310) --- src/panels/lovelace/cards/energy/hui-power-sankey-card.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/lovelace/cards/energy/hui-power-sankey-card.ts b/src/panels/lovelace/cards/energy/hui-power-sankey-card.ts index 6b58452a32..6ad3ef565b 100644 --- a/src/panels/lovelace/cards/energy/hui-power-sankey-card.ts +++ b/src/panels/lovelace/cards/energy/hui-power-sankey-card.ts @@ -508,8 +508,8 @@ class HuiPowerSankeyCard }); }); - // untracked consumption - if (untrackedConsumption > 0) { + // untracked consumption (only show if larger than 1W) + if (untrackedConsumption > 1) { nodes.push({ id: "untracked", label: this.hass.localize(