mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Tuya curtain robot stuck in open state (#118444)
This commit is contained in:
parent
b5a7fb1c33
commit
3d7a47fb6b
@ -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,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user