Fix set_absolute_position angle (#156185)

This commit is contained in:
starkillerOG
2025-11-09 14:54:49 +01:00
committed by GitHub
parent adf8644cc3
commit b4d6a44c21
@@ -239,6 +239,7 @@ class MotionBaseDevice(MotionCoordinatorEntity, CoverEntity):
angle = kwargs.get(ATTR_TILT_POSITION)
if angle is not None:
angle = angle * 180 / 100
angle = 180 - angle
async with self._api_lock:
await self.hass.async_add_executor_job(
self._blind.Set_position,