From 76cecb966efcb323d0f7dddcfd3a74b9a54caaa7 Mon Sep 17 00:00:00 2001 From: ia74 <68617740+ia74@users.noreply.github.com> Date: Fri, 25 Jul 2025 08:26:42 -0500 Subject: [PATCH] oh i just have to make it that --- custom_components/roomba_rest980/camera.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/roomba_rest980/camera.py b/custom_components/roomba_rest980/camera.py index 21b9f4c..1506a21 100644 --- a/custom_components/roomba_rest980/camera.py +++ b/custom_components/roomba_rest980/camera.py @@ -552,11 +552,11 @@ class RoombaMapCamera(Camera): "clean_zones_count": len(self._clean_zones), "observed_zones_count": len(self._observed_zones), "points_count": len(self._points2d), - "calibration": self.calibration, + "calibration_points": self.calibration_points, } @property - def calibration(self) -> list[dict[str, dict[str, int]]] | None: + def calibration_points(self) -> list[dict[str, dict[str, int]]] | None: """Return calibration points for vacuum card integration.""" if not self._points2d or not self._regions: return None