From e9c245015c463bbdb9a265dff291c79669c053f2 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 11 Mar 2019 14:12:17 -0500 Subject: [PATCH] Add automation to list of domains that can use header toggle (#2900) --- src/common/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/const.ts b/src/common/const.ts index ed50e1133e..961ffd9d2e 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -78,6 +78,7 @@ export const DOMAINS_TOGGLE = new Set([ "light", "switch", "group", + "automation", ]); /** Temperature units. */