diff --git a/custom_components/kuna/camera.py b/custom_components/kuna/camera.py index c33746f..b42fd0b 100644 --- a/custom_components/kuna/camera.py +++ b/custom_components/kuna/camera.py @@ -97,7 +97,7 @@ def device_state_attributes(self): def update(self): """Fetch state data from the updated account camera dict.""" - self.is_streaming = True + self._is_streaming = True try: self._camera = self._account.account.cameras[self._original_id] except KeyError: