mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix Tado missing await (#137364)
This commit is contained in:
parent
b8d74a11ae
commit
d99305513c
@ -506,7 +506,7 @@ class TadoClimate(TadoZoneEntity, ClimateEntity):
|
||||
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()
|
||||
|
||||
async def async_set_temperature(self, **kwargs: Any) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user