Skip to content
Snippets Groups Projects
Unverified Commit d9930551 authored by Shay Levy's avatar Shay Levy Committed by GitHub
Browse files

Fix Tado missing await (#137364)

parent b8d74a11
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment