(Zemismart) Covers Details for Inclusion to the Tuya Integration

Hi! I tried updating to the last December update, and my zemismart covers don’t show. HA sees it but shows as unavailable. Luckily, was able to roll back to the November 2021 version.

Although I can’t remember where I saw it, I think there was a post from @frenck to post the details of the cover so they can be included in the next updates. Been trying to search for it all over, hopefully it would be ok if I post it here, seeing as this is the closest i found to the topic.


CODE: mach_operate
TYPE: Enum
VALUES:
{
  "range": [
    "ZZ",
    "FZ",
    "STOP"
  ]
}

CODE: opposite
TYPE: Boolean	
VALUES:
"{true,false}"

CODE: position
TYPE: Integer	
VALUES:
{
  "unit": "%",
  "min": 0,
  "max": 100,
  "scale": 0,
  "step": 1
}