Small typing fix in binary_sensor group (#98874)

This commit is contained in:
Erik Montnemery 2023-08-23 14:04:06 +02:00 committed by GitHub
parent 0aeeac5c42
commit 3b16a3e1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__()