mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix Tado missing await (#137364)
This commit is contained in:
parent
1a5b8cf854
commit
1c8ced2c2d
@ -506,7 +506,7 @@ class TadoClimate(TadoZoneEntity, ClimateEntity):
|
|||||||
offset,
|
offset,
|
||||||
)
|
)
|
||||||
|
|
||||||
self._tado.set_temperature_offset(self._device_id, offset)
|
await self._tado.set_temperature_offset(self._device_id, offset)
|
||||||
await self.coordinator.async_request_refresh()
|
await self.coordinator.async_request_refresh()
|
||||||
|
|
||||||
async def async_set_temperature(self, **kwargs: Any) -> None:
|
async def async_set_temperature(self, **kwargs: Any) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user