Răsfoiți Sursa

Update reiga_52_fan_light.yaml

Kirill Birger 2 ani în urmă
părinte
comite
3622b2f918

+ 6 - 4
custom_components/tuya_local/devices/reiga_52_fan_light.yaml

@@ -40,12 +40,14 @@ secondary_entities:
         type: string
         type: string
         name: option
         name: option
         mapping:
         mapping:
-          - dps_val: cancel
+          - dps_val: "off"
             value: "Off"
             value: "Off"
           - dps_val: "1hour"
           - dps_val: "1hour"
             value: "1 hour"
             value: "1 hour"
-          - dps_val: "3hour"
-            value: "3 hours"
+          - dps_val: "2hour"
+            value: "2 hours"
+          - dps_val: "4hour"
+            value: "4 hours"
           - dps_val: "8hour"
           - dps_val: "8hour"
             value: "8 hours"
             value: "8 hours"
   - entity: light
   - entity: light
@@ -66,7 +68,7 @@ secondary_entities:
         type: integer
         type: integer
         name: color_temp
         name: color_temp
         mapping:
         mapping:
-          - step: 50
+          - step: 1
           - target_range:
           - target_range:
               min: 2700
               min: 2700
               max: 6500
               max: 6500