mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 18:28:42 +00:00
Fix index value for grid return in power sankey card (#28281)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user