missing is_closed ( rflink cover fix ) (#9776)
* Added is_closed * whitespaces -- * removed whitespace
This commit is contained in:
parent
d0ec9301ab
commit
cb52b80f7d
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ class RflinkCover(RflinkCommand, CoverDevice):
|
|||
"""No polling available in RFlink cover."""
|
||||
return False
|
||||
|
||||
@property
|
||||
def is_closed(self):
|
||||
"""Return if the cover is closed."""
|
||||
return None
|
||||
|
||||
def async_close_cover(self, **kwargs):
|
||||
"""Turn the device close."""
|
||||
return self._async_handle_command("close_cover")
|
||||
|
|
Loading…
Add table
Reference in a new issue