Update pylint to 2.13.8 (#71280)
This commit is contained in:
parent
ee8eac10c9
commit
6eef3c16f2
8 changed files with 8 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue