Browse Source

Moebot S: improve Parkside compatibilty

Issue #1778
Jason Rumney 2 years ago
parent
commit
e63802e256
1 changed files with 9 additions and 0 deletions
  1. 9 0
      custom_components/tuya_local/devices/moebot_s_mower.yaml

+ 9 - 0
custom_components/tuya_local/devices/moebot_s_mower.yaml

@@ -321,8 +321,17 @@ secondary_entities:
       - id: 114
       - id: 114
         type: string
         type: string
         name: option
         name: option
+        optional: true
         mapping:
         mapping:
           - dps_val: AutoMode
           - dps_val: AutoMode
             value: Auto
             value: Auto
           - dps_val: GardenMode
           - dps_val: GardenMode
             value: Garden
             value: Garden
+  - entity: binary_sensor
+    name: Cover
+    category: diagnostic
+    dps:
+      - id: 116
+        type: boolean
+        name: sensor
+        optional: true