1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00

Add missing await [velbus] (#68153)

This commit is contained in:
Marc Mueller
2022-03-15 15:57:36 +01:00
committed by GitHub
parent aabf46b1b3
commit cdd23abea7

View File

@@ -78,4 +78,4 @@ class VelbusCover(VelbusEntity, CoverEntity):
async def async_set_cover_position(self, **kwargs: Any) -> None:
"""Move the cover to a specific position."""
self._channel.set_position(100 - kwargs[ATTR_POSITION])
await self._channel.set_position(100 - kwargs[ATTR_POSITION])