parent
9428ed7690
commit
e618e2f348
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class HomeKitWindowCover(HomeKitEntity, CoverDevice):
|
||||||
"""Send open command."""
|
"""Send open command."""
|
||||||
await self.async_set_cover_position(position=100)
|
await self.async_set_cover_position(position=100)
|
||||||
|
|
||||||
async def close_cover(self, **kwargs):
|
async def async_close_cover(self, **kwargs):
|
||||||
"""Send close command."""
|
"""Send close command."""
|
||||||
await self.async_set_cover_position(position=0)
|
await self.async_set_cover_position(position=0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue