mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 08:14:04 +02:00
fix type
This commit is contained in:
parent
60c8c6df72
commit
d03613d14e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue