forked from home-assistant/core
Remove _attr_should_poll
from Home Connect base entity (#144016)
This commit is contained in:
committed by
GitHub
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__(
|
||||||
|
Reference in New Issue
Block a user