فهرست منبع

IPS heatpump: remove hvac_action

This was in the original PR, but github was claiming the PR could not be
rebased because it will end up with different content.
I guess this is what it meant. There was also an icon_priority removal
that was missed, but that won't have any effect.

- revert naming case change to follow HA naming convention

PR #1952
Jason Rumney 1 سال پیش
والد
کامیت
eea0b94a7b
1فایلهای تغییر یافته به همراه1 افزوده شده و 26 حذف شده
  1. 1 26
      custom_components/tuya_local/devices/ips_pro_heatpump.yaml

+ 1 - 26
custom_components/tuya_local/devices/ips_pro_heatpump.yaml

@@ -1,4 +1,4 @@
-name: IPS Heatpump
+name: IPS heatpump
 primary_entity:
   entity: climate
   dps:
@@ -42,31 +42,6 @@ primary_entity:
           value: F
         - dps_val: true
           value: C
-    - id: 105
-      name: hvac_action
-      type: string
-      mapping:
-        - dps_val: smart
-          constraint: hvac_mode
-          conditions:
-            - dps_val: false
-              value: "off"
-            - dps_val: true
-              value: auto
-        - dps_val: cool
-          constraint: hvac_mode
-          conditions:
-            - dps_val: false
-              value: "off"
-            - dps_val: true
-              value: cooling
-        - dps_val: warm
-          constraint: hvac_mode
-          conditions:
-            - dps_val: false
-              value: "off"
-            - dps_val: true
-              value: heating
     - id: 106
       name: temperature
       type: integer