mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
parent
dad1184e18
commit
23cf418807
@ -356,7 +356,7 @@ class HoneywellUSThermostat(ClimateEntity):
|
|||||||
else:
|
else:
|
||||||
if mode == "cool":
|
if mode == "cool":
|
||||||
await self._device.set_setpoint_cool(temperature)
|
await self._device.set_setpoint_cool(temperature)
|
||||||
if mode == "heat":
|
if mode in ["heat", "emheat"]:
|
||||||
await self._device.set_setpoint_heat(temperature)
|
await self._device.set_setpoint_heat(temperature)
|
||||||
|
|
||||||
except UnexpectedResponse as err:
|
except UnexpectedResponse as err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user