mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
components/cover: Typo in docstring. (#24329)
This commit is contained in:
committed by
Andrew Sayre
parent
f5db7707bb
commit
6cc1bf37cc
@@ -159,7 +159,7 @@ async def async_unload_entry(hass, entry):
|
||||
|
||||
|
||||
class CoverDevice(Entity):
|
||||
"""Representation a cover."""
|
||||
"""Representation of a cover."""
|
||||
|
||||
@property
|
||||
def current_cover_position(self):
|
||||
|
Reference in New Issue
Block a user