From c14dd50a56ca04461f2007212a23b12734dcde88 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 10 Jan 2024 10:02:51 +0100 Subject: [PATCH] Disable map polling (#502) --- custom_components/deebot/image.py | 1 - 1 file changed, 1 deletion(-) 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):