mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 22:36:30 +00:00
Fixed simple copy/paste error. (#269)
This commit is contained in:
parent
1724776c39
commit
0944567e3f
@ -67,7 +67,7 @@ Supported features constants are combined using the bitwise or (`|`) operator.
|
|||||||
|
|
||||||
### Open cover
|
### 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
|
```python
|
||||||
class MyCover(CoverDevice):
|
class MyCover(CoverDevice):
|
||||||
@ -184,4 +184,4 @@ class MyCover(CoverDevice):
|
|||||||
|
|
||||||
async def async_stop_cover_tilt(self, **kwargs):
|
async def async_stop_cover_tilt(self, **kwargs):
|
||||||
"""Stop the cover."""
|
"""Stop the cover."""
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user