mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
parent
9428ed7690
commit
e618e2f348
@ -236,7 +236,7 @@ class HomeKitWindowCover(HomeKitEntity, CoverDevice):
|
||||
"""Send open command."""
|
||||
await self.async_set_cover_position(position=100)
|
||||
|
||||
async def close_cover(self, **kwargs):
|
||||
async def async_close_cover(self, **kwargs):
|
||||
"""Send close command."""
|
||||
await self.async_set_cover_position(position=0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user