mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Remove _attr_should_poll
from Home Connect base entity (#144016)
This commit is contained in:
parent
c2079ddf6f
commit
dd8d714c94
@ -32,7 +32,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
class HomeConnectEntity(CoordinatorEntity[HomeConnectCoordinator]):
|
class HomeConnectEntity(CoordinatorEntity[HomeConnectCoordinator]):
|
||||||
"""Generic Home Connect entity (base class)."""
|
"""Generic Home Connect entity (base class)."""
|
||||||
|
|
||||||
_attr_should_poll = False
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user