mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user