Remove _attr_should_poll from Home Connect base entity (#144016)

This commit is contained in:
J. Diego Rodríguez Royo
2025-05-01 09:49:49 +02:00
committed by GitHub
parent c2079ddf6f
commit dd8d714c94

View File

@@ -32,7 +32,6 @@ _LOGGER = logging.getLogger(__name__)
class HomeConnectEntity(CoordinatorEntity[HomeConnectCoordinator]):
"""Generic Home Connect entity (base class)."""
_attr_should_poll = False
_attr_has_entity_name = True
def __init__(