mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
components/cover: Typo in docstring. (#24329)
This commit is contained in:
parent
f5db7707bb
commit
6cc1bf37cc
@ -159,7 +159,7 @@ async def async_unload_entry(hass, entry):
|
|||||||
|
|
||||||
|
|
||||||
class CoverDevice(Entity):
|
class CoverDevice(Entity):
|
||||||
"""Representation a cover."""
|
"""Representation of a cover."""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_cover_position(self):
|
def current_cover_position(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user