Преглед изворни кода

Etop CH7100: turn off Auto thermostat when mode is not auto.

The auto thermostat had the logic for when mode is Auto, but was missing the
logic to turn off in other modes, leading to log messages like "unrecognized
HVAC mode of cold ignored".
Jason Rumney пре 3 година
родитељ
комит
70621c13da
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      custom_components/tuya_local/devices/etop_ch7100_thermostat.yaml

+ 1 - 0
custom_components/tuya_local/devices/etop_ch7100_thermostat.yaml

@@ -258,6 +258,7 @@ secondary_entities:
                 value: "off"
                 value: "off"
               - dps_val: true
               - dps_val: true
                 value: heat_cool
                 value: heat_cool
+          - value: "off"
       - id: 104
       - id: 104
         name: target_temp_high
         name: target_temp_high
         type: integer
         type: integer