ha-dualmodegeneric icon indicating copy to clipboard operation
ha-dualmodegeneric copied to clipboard

Cannot go from cooling to heating state

Open Frag31337 opened this issue 3 years ago • 1 comments

Line 770 need to use this string to avoid this problem elif (self._hvac_mode == HVAC_MODE_HEAT_COOL) and (is_comfortable or (self.hass.states.is_state(self.cooler_entity_id, STATE_ON) and too_cold) or (self.hass.states.is_state(self.heater_entity_id, STATE_ON) and too_hot)):

Frag31337 avatar Nov 04 '21 23:11 Frag31337

I'm seeing the same problem while using HEAT/COOL (commit 75f6674)

Home Assistant 2023.3.1 Frontend 20230302.0 - latest

peanutsguy avatar Mar 10 '23 17:03 peanutsguy