mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Do not set assumed state for binary sensor groups (#56190)
This commit is contained in:
parent
86d24bec75
commit
17efafb2ea
@ -70,8 +70,6 @@ async def async_setup_platform(
|
|||||||
class BinarySensorGroup(GroupEntity, BinarySensorEntity):
|
class BinarySensorGroup(GroupEntity, BinarySensorEntity):
|
||||||
"""Representation of a BinarySensorGroup."""
|
"""Representation of a BinarySensorGroup."""
|
||||||
|
|
||||||
_attr_assumed_state: bool = True
|
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
unique_id: str | None,
|
unique_id: str | None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user