From acf3217449735afc824849df569c3ba71ca203be Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Wed, 29 Dec 2021 01:24:27 +0100 Subject: [PATCH] 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. --- homeassistant/components/zwave_js/cover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zwave_js/cover.py b/homeassistant/components/zwave_js/cover.py index baae6af54ce..dc72b545396 100644 --- a/homeassistant/components/zwave_js/cover.py +++ b/homeassistant/components/zwave_js/cover.py @@ -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