mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-04 01:10:33 -06:00
Fix index value for grid return in power sankey card (#28281)
This commit is contained in:
parent
a41a7e822a
commit
17a976af67
@ -235,7 +235,7 @@ class HuiPowerSankeyCard
|
||||
color: computedStyle
|
||||
.getPropertyValue("--energy-grid-return-color")
|
||||
.trim(),
|
||||
index: 2,
|
||||
index: 1,
|
||||
});
|
||||
if (powerData.battery_to_grid > 0) {
|
||||
links.push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user