Add missing await [velbus] (#68153)

pull/68193/head
Marc Mueller 2022-03-15 15:57:36 +01:00 committed by GitHub
parent aabf46b1b3
commit cdd23abea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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])