Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiğit Topcu committed May 3, 2024
1 parent adbe6ec commit 47e00f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions custom_components/dreame_vacuum/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async def _update_image(self, map_data, robot_status) -> None:
self._image = self._renderer.render_map(map_data, robot_status)
if not self.entity_description.map_data_json and self._calibration_points != self._renderer.calibration_points:
self._calibration_points = self._renderer.calibration_points
self.coordinator.async_set_updated_data()
self.coordinator.set_updated_data()

@property
def _map_data(self) -> Any:
Expand All @@ -321,10 +321,6 @@ def _default_map_image(self) -> Any:
def frame_interval(self) -> float:
return 0.25

@property
def supported_features(self) -> int:
return 0

@property
def state(self) -> str:
"""Return the status of the map."""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dreame_vacuum/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"tzlocal",
"paho-mqtt"
],
"version": "v1.0.3"
"version": "v1.0.4"
}

0 comments on commit 47e00f1

Please sign in to comment.