Explorar el Código

Dry Pury Evo: fix condition on fan speed.

Conditions are judged on the raw dps values, not the values presented to HA.
Jason Rumney hace 2 años
padre
commit
c10f485d20

+ 1 - 1
custom_components/tuya_local/devices/dry_pury_evo_dehumidifier.yaml

@@ -51,7 +51,7 @@ secondary_entities:
             value: 50
             constraint: dehumidifier_mode
             conditions:
-              - dps_val: laundry
+              - dps_val: drying
                 invalid: true
           - dps_val: high
             value: 100