Fix error message in html5 (#123749)

pull/122193/head
Michael 2024-08-13 08:50:02 +02:00 committed by GitHub
parent dee06d5777
commit a988cd050b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ class HTML5NotificationService(BaseNotificationService):
elif response.status_code > 399:
_LOGGER.error(
"There was an issue sending the notification %s: %s",
response.status,
response.status_code,
response.text,
)