mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add missing await [velbus] (#68153)
This commit is contained in:
parent
aabf46b1b3
commit
cdd23abea7
@ -78,4 +78,4 @@ class VelbusCover(VelbusEntity, CoverEntity):
|
|||||||
|
|
||||||
async def async_set_cover_position(self, **kwargs: Any) -> None:
|
async def async_set_cover_position(self, **kwargs: Any) -> None:
|
||||||
"""Move the cover to a specific position."""
|
"""Move the cover to a specific position."""
|
||||||
self._channel.set_position(100 - kwargs[ATTR_POSITION])
|
await self._channel.set_position(100 - kwargs[ATTR_POSITION])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user