String formatting and max line length - Part 4 (#84445)

Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2022-12-23 13:27:27 +01:00 committed by GitHub
parent a8f09b4063
commit 94755a5773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 267 additions and 136 deletions

View file

@ -148,8 +148,10 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
if entity_id not in notifications:
_LOGGER.error(
"Marking persistent_notification read failed: "
"Notification ID %s not found",
(
"Marking persistent_notification read failed: "
"Notification ID %s not found"
),
notification_id,
)
return