diff --git a/docs/entity_cover.md b/docs/entity_cover.md index 6886fdd4..ad77946b 100644 --- a/docs/entity_cover.md +++ b/docs/entity_cover.md @@ -67,7 +67,7 @@ Supported features constants are combined using the bitwise or (`|`) operator. ### Open cover -Only implement this method if the flag `SUPPORT_CLOSE` is set. +Only implement this method if the flag `SUPPORT_OPEN` is set. ```python class MyCover(CoverDevice): @@ -184,4 +184,4 @@ class MyCover(CoverDevice): async def async_stop_cover_tilt(self, **kwargs): """Stop the cover.""" -``` \ No newline at end of file +```