Compare commits

...

1 Commits

Author SHA1 Message Date
Franck Nijhof 4b545978f3 Fix Overkiz UnoIO cover reporting wrong movement direction 2026-05-28 22:02:14 +00:00
@@ -854,6 +854,9 @@ class OverkizCover(OverkizDescriptiveEntity, CoverEntity):
if current_value is None or target_value is None:
return None
if current_value in (_POSITION_MY, _POSITION_UNKNOWN):
return None
return current_value - target_value