From cf7a3006140f5269e3b66eb398c27f31219b7b0b Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 2 Sep 2019 18:10:48 +0200 Subject: [PATCH] Don't remove `hvac_action` from history attributes (#3570) So it can be used to plot a fill when active in the graph. --- src/data/history.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/history.ts b/src/data/history.ts index 3f2556522d..0497658031 100644 --- a/src/data/history.ts +++ b/src/data/history.ts @@ -11,6 +11,7 @@ const LINE_ATTRIBUTES_TO_KEEP = [ "current_temperature", "target_temp_low", "target_temp_high", + "hvac_action", ]; export interface LineChartState {