parent
dad1184e18
commit
23cf418807
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class HoneywellUSThermostat(ClimateEntity):
|
|||
else:
|
||||
if mode == "cool":
|
||||
await self._device.set_setpoint_cool(temperature)
|
||||
if mode == "heat":
|
||||
if mode in ["heat", "emheat"]:
|
||||
await self._device.set_setpoint_heat(temperature)
|
||||
|
||||
except UnexpectedResponse as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue