Fix typo in entity_cover.md (#377)

This commit is contained in:
RonSpawnson 2020-01-03 03:16:14 -06:00 committed by Franck Nijhof
parent 5cd498d1dc
commit 914602ffd0

View File

@ -113,7 +113,7 @@ class MyCover(CoverDevice):
### Stop cover
Only implement this metohd if the flag `SUPPORT_STOP` is set.
Only implement this method if the flag `SUPPORT_STOP` is set.
```python
class MyCover(CoverDevice):