소스 검색

fix (axen_ks100w_heatpump): use correct values in hvac_action

hvac_action needs to use mode values to match elsewhere

Issue #3810
Jason Rumney 5 달 전
부모
커밋
f6d7f2fcd1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      custom_components/tuya_local/devices/axen_ks100w_heatpump.yaml

+ 2 - 2
custom_components/tuya_local/devices/axen_ks100w_heatpump.yaml

@@ -147,9 +147,9 @@ entities:
           - dps_val: true
             constraint: hvac_mode
             conditions:
-              - dps_val: ["cool", "cool_hotwater"]
+              - dps_val: ["cool", "cool_hot_water"]
                 value: cooling
-              - dps_val: ["heat", "heat_hotwater"]
+              - dps_val: ["heat", "heat_hot_water"]
                 value: heating
               - dps_val: "hot_water"
                 value: idle