Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Disable map polling (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Jan 10, 2024
1 parent 3655b42 commit c14dd50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/deebot/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c14dd50

Please sign in to comment.