Bladeren bron

Dry Pury Evo: fix condition on fan speed.

Conditions are judged on the raw dps values, not the values presented to HA.
Jason Rumney 2 jaren geleden
bovenliggende
commit
c10f485d20
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      custom_components/tuya_local/devices/dry_pury_evo_dehumidifier.yaml

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

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