1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Update untracked consumption threshold to 1W (#29310)

This commit is contained in:
Linus Rath
2026-02-02 09:16:34 +01:00
committed by GitHub
parent b659671814
commit a8c633e627

View File

@@ -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(