فهرست منبع

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 8 ماه پیش
والد
کامیت
8f722166f6
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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
     manufacturer: Miju
     model: CM82
+  - id: paxwqamvmc4hpebp
+    name: Curtain motor
 entities:
   - entity: cover
     class: curtain
@@ -28,6 +30,7 @@ entities:
       - id: 2
         name: position
         type: integer
+        optional: true
         range:
           min: 0
           max: 100