String formatting and max line length - Part 4 (#84445)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
parent
a8f09b4063
commit
94755a5773
44 changed files with 267 additions and 136 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue