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