mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Small typing fix in light group (#99259)
This commit is contained in:
parent
4632a07f3f
commit
e6eadc79e9
@ -150,7 +150,7 @@ class LightGroup(GroupEntity, LightEntity):
|
|||||||
_attr_should_poll = False
|
_attr_should_poll = False
|
||||||
|
|
||||||
def __init__(
|
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:
|
) -> None:
|
||||||
"""Initialize a light group."""
|
"""Initialize a light group."""
|
||||||
self._entity_ids = entity_ids
|
self._entity_ids = entity_ids
|
||||||
|
Loading…
x
Reference in New Issue
Block a user