1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00

Do not set assumed state for binary sensor groups (#56190)

This commit is contained in:
Erik Montnemery 2021-09-13 19:40:24 +02:00 committed by GitHub
parent 86d24bec75
commit 17efafb2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,6 @@ async def async_setup_platform(
class BinarySensorGroup(GroupEntity, BinarySensorEntity):
"""Representation of a BinarySensorGroup."""
_attr_assumed_state: bool = True
def __init__(
self,
unique_id: str | None,