fix: remove redundant code and some bug fixes

This commit is contained in:
Richard Mann
2026-04-11 16:36:29 +10:00
parent ce04907d58
commit 789f716707
5 changed files with 25 additions and 31 deletions

View File

@@ -249,7 +249,7 @@ class PowerViewCoverTilt(PowerViewCover):
async def async_stop_cover_tilt(self, **kwargs: Any) -> None:
"""Stop the cover."""
await self.async_stop_cover(kwargs=kwargs)
await self.async_stop_cover(**kwargs)
async def async_open_cover_tilt(self, **kwargs: Any) -> None:
"""Open the cover tilt."""