Update pylint to 2.13.8 (#71280)

This commit is contained in:
Marc Mueller 2022-05-04 12:14:24 +02:00 committed by GitHub
parent ee8eac10c9
commit 6eef3c16f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 9 deletions

View file

@ -242,7 +242,7 @@ class CoverTemplate(TemplateEntity, CoverEntity):
if state < 0 or state > 100:
self._position = None
_LOGGER.error(
"Cover position value must be" " between 0 and 100." " Value was: %.2f",
"Cover position value must be between 0 and 100. Value was: %.2f",
state,
)
else: