Fix error message in html5 (#123749)
parent
dee06d5777
commit
a988cd050b
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue