diff --git a/homeassistant/components/tuya/cover.py b/homeassistant/components/tuya/cover.py index 2e81529f974..e92c6f5c5f2 100644 --- a/homeassistant/components/tuya/cover.py +++ b/homeassistant/components/tuya/cover.py @@ -46,7 +46,7 @@ COVERS: dict[str, tuple[TuyaCoverEntityDescription, ...]] = { key=DPCode.CONTROL, translation_key="curtain", current_state=DPCode.SITUATION_SET, - current_position=(DPCode.PERCENT_CONTROL, DPCode.PERCENT_STATE), + current_position=(DPCode.PERCENT_STATE, DPCode.PERCENT_CONTROL), set_position=DPCode.PERCENT_CONTROL, device_class=CoverDeviceClass.CURTAIN, ),