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:
Bram Kragten 2019-09-02 18:10:48 +02:00 committed by Paulus Schoutsen
parent a97ce49f0b
commit cf7a300614

View File

@ -11,6 +11,7 @@ const LINE_ATTRIBUTES_TO_KEEP = [
"current_temperature",
"target_temp_low",
"target_temp_high",
"hvac_action",
];
export interface LineChartState {