mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Don't remove hvac_action
from history attributes (#3570)
So it can be used to plot a fill when active in the graph.
This commit is contained in:
parent
a97ce49f0b
commit
cf7a300614
@ -11,6 +11,7 @@ const LINE_ATTRIBUTES_TO_KEEP = [
|
||||
"current_temperature",
|
||||
"target_temp_low",
|
||||
"target_temp_high",
|
||||
"hvac_action",
|
||||
];
|
||||
|
||||
export interface LineChartState {
|
||||
|
Loading…
x
Reference in New Issue
Block a user