diff --git a/custom_components/deebot/image.py b/custom_components/deebot/image.py index 8ec1dea..1236a50 100644 --- a/custom_components/deebot/image.py +++ b/custom_components/deebot/image.py @@ -44,7 +44,6 @@ class DeebotMap( ): """Deebot map.""" - _attr_should_poll = True _attr_content_type = "image/svg+xml" def __init__(self, hass: HomeAssistant, device: Device, capability: CapabilityMap):