Explorar o código

preset_mode

Fixed tests
spuljko %!s(int64=2) %!d(string=hai) anos
pai
achega
e1051e8a71

+ 12 - 17
custom_components/tuya_local/devices/yx316wifi_aroma_diffuser.yaml

@@ -14,6 +14,18 @@ primary_entity:
           icon: "mdi:scent"
         - dps_val: false
           icon: "mdi:scent-off"
+    - id: 3
+      type: string
+      name: preset_mode
+      mapping:
+        - dps_val: "MID"
+          value: "medium"
+        - dps_val: "2H"
+          value: "low"
+        - dps_val: "4H"
+          value: "high"
+        - dps_val: "10SEC"
+          value: "10 seconds"
     - id: 11
       name: fault_code
       type: bitfield
@@ -76,22 +88,6 @@ secondary_entities:
             range:
               min: 0
               max: 255
-  - entity: select
-    name: Work Mode
-    category: config
-    dps:
-      - id: 3
-        name: option
-        type: string
-        mapping:
-          - dps_val: "MID"
-            value: "MID"
-          - dps_val: "10SEC"
-            value: "10SEC"
-          - dps_val: "2H"
-            value: "2H"
-          - dps_val: "4H"
-            value: "4H"
   - entity: switch
     name: Sound
     category: config
@@ -99,4 +95,3 @@ secondary_entities:
       - id: 6
         name: option
         type: boolean
-