Fix error message in html5 (#123749)

This commit is contained in:
Michael 2024-08-13 08:50:02 +02:00 committed by Franck Nijhof
parent 17f59a5665
commit 396ef7a642
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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,
)