From 0e3f2dc0174499edaed87f25f27c71350be470b8 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 10 Feb 2025 14:59:31 +0100 Subject: [PATCH] Set climate as toggle domain --- src/common/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/const.ts b/src/common/const.ts index 061adf875d..df00fb0a51 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -99,6 +99,7 @@ export const DOMAINS_TOGGLE = new Set([ "switch", "group", "automation", + "climate", "humidifier", "valve", ]);