mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17: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,
|
name: str,
|
||||||
device_class: BinarySensorDeviceClass | None,
|
device_class: BinarySensorDeviceClass | None,
|
||||||
entity_ids: list[str],
|
entity_ids: list[str],
|
||||||
mode: str | None,
|
mode: bool | None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Initialize a BinarySensorGroup entity."""
|
"""Initialize a BinarySensorGroup entity."""
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user