Adjust docstrings for ruff D404 (#89077)

This commit is contained in:
epenet 2023-03-03 11:26:13 +01:00 committed by GitHub
parent a5cf8210ae
commit 4a3c0cd0a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 79 additions and 79 deletions

View file

@ -1,4 +1,4 @@
"""This platform allows several binary sensor to be grouped into one binary sensor."""
"""Platform allowing several binary sensor to be grouped into one binary sensor."""
from __future__ import annotations
import voluptuous as vol