Jelajahi Sumber

feat (loonas_curtain): improve compatibility

Make position optional, to improve compatibility with an unknown
matching curtain motor. Add its product id, in case the dps returned
are even more erratic, so at least it still matches in cloud assisted setup.

Issue #3872
Jason Rumney 6 bulan lalu
induk
melakukan
8f722166f6
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      custom_components/tuya_local/devices/loonas_curtain.yaml

+ 3 - 0
custom_components/tuya_local/devices/loonas_curtain.yaml

@@ -10,6 +10,8 @@ products:
   - id: dpqsvdbi
   - id: dpqsvdbi
     manufacturer: Miju
     manufacturer: Miju
     model: CM82
     model: CM82
+  - id: paxwqamvmc4hpebp
+    name: Curtain motor
 entities:
 entities:
   - entity: cover
   - entity: cover
     class: curtain
     class: curtain
@@ -28,6 +30,7 @@ entities:
       - id: 2
       - id: 2
         name: position
         name: position
         type: integer
         type: integer
+        optional: true
         range:
         range:
           min: 0
           min: 0
           max: 100
           max: 100