소스 검색

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 년 전
부모
커밋
c10f485d20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
             constraint: dehumidifier_mode
             conditions:
-              - dps_val: laundry
+              - dps_val: drying
                 invalid: true
           - dps_val: high
             value: 100