This commit is contained in:
Bas Nijholt 2023-07-29 12:18:54 -07:00
commit d03613d14e

View file

@ -2009,7 +2009,7 @@ class AdaptiveLightingManager:
service_data[ATTR_ENTITY_ID] = entity_ids
return service_data
switches: dict[AdaptiveSwitch | None, list[str]] = {}
switches: dict[AdaptiveSwitch, list[str]] = {}
skipped: list[str] = []
for entity_id in entity_ids:
try: