Move zone conditions to the zone integration (#148157)

This commit is contained in:
Erik Montnemery
2025-07-07 18:27:44 +02:00
committed by GitHub
parent 090b8f0659
commit 6396f54e0d
8 changed files with 368 additions and 312 deletions

View File

@@ -54,6 +54,7 @@ CONDITIONS_SCHEMA = vol.Schema(
NON_MIGRATED_INTEGRATIONS = {
"device_automation",
"sun",
"zone",
}