mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Small typing fix in binary_sensor group (#98874)
This commit is contained in:
parent
0aeeac5c42
commit
3b16a3e1e0
@ -100,7 +100,7 @@ class BinarySensorGroup(GroupEntity, BinarySensorEntity):
|
||||
name: str,
|
||||
device_class: BinarySensorDeviceClass | None,
|
||||
entity_ids: list[str],
|
||||
mode: str | None,
|
||||
mode: bool | None,
|
||||
) -> None:
|
||||
"""Initialize a BinarySensorGroup entity."""
|
||||
super().__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user