diff --git a/custom_components/meross_cloud/cover.py b/custom_components/meross_cloud/cover.py index 15c7c73352..d7310aee5b 100644 --- a/custom_components/meross_cloud/cover.py +++ b/custom_components/meross_cloud/cover.py @@ -138,7 +138,7 @@ def supported_features(self): @property def current_cover_position(self): - return self._device.get_position(channel=self._channel_id) or 50 + return self._device.get_position(channel=self._channel_id) @property def is_closed(self):