소스 검색

Bugfix for Kogan dehumidifier medium fan speed.

The device uses "middle" rather than "medium".
Jason Rumney 5 년 전
부모
커밋
2d2a535abf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      custom_components/tuya_local/devices/kogan_dehumidifier.yaml

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

@@ -19,7 +19,7 @@ primary_entity:
       mapping:
         - dps_val: low
           value: Low
-        - dps_val: medium
+        - dps_val: middle
           value: Medium
         - dps_val: high
           value: High