Small typing fix in light group (#99259)

This commit is contained in:
Erik Montnemery 2023-08-29 11:12:34 +02:00 committed by GitHub
parent 4632a07f3f
commit e6eadc79e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ class LightGroup(GroupEntity, LightEntity):
_attr_should_poll = False
def __init__(
self, unique_id: str | None, name: str, entity_ids: list[str], mode: str | None
self, unique_id: str | None, name: str, entity_ids: list[str], mode: bool | None
) -> None:
"""Initialize a light group."""
self._entity_ids = entity_ids