mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix zwave_js ZWaveTiltCover docstring (#62972)
This is a small leftover from the PR that introduced the class, which wasn't a generic class originally.
This commit is contained in:
parent
026ead2889
commit
acf3217449
@ -177,7 +177,7 @@ class ZWaveCover(ZWaveBaseEntity, CoverEntity):
|
||||
|
||||
|
||||
class ZWaveTiltCover(ZWaveCover):
|
||||
"""Representation of a Fibaro Z-Wave cover device."""
|
||||
"""Representation of a Z-Wave Cover device with tilt."""
|
||||
|
||||
_attr_supported_features = (
|
||||
SUPPORT_OPEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user