Set climate as toggle domain

This commit is contained in:
Paul Bottein 2025-02-10 14:59:31 +01:00
parent 497c6c35f1
commit 0e3f2dc017
No known key found for this signature in database

View File

@ -99,6 +99,7 @@ export const DOMAINS_TOGGLE = new Set([
"switch", "switch",
"group", "group",
"automation", "automation",
"climate",
"humidifier", "humidifier",
"valve", "valve",
]); ]);