From 2258f0e58b06fe2aa060593798117085fe514e1e Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Mon, 14 Sep 2020 16:58:47 +0000 Subject: [PATCH] scripts have toggle --- src/common/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/const.ts b/src/common/const.ts index 640c4fb13af6..80df85222b54 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -68,6 +68,7 @@ export const DOMAINS_TOGGLE = new Set([ "fan", "input_boolean", "light", + "script", "switch", "group", "automation",