mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fix error message in html5 (#123749)
This commit is contained in:
@@ -533,7 +533,7 @@ class HTML5NotificationService(BaseNotificationService):
|
|||||||
elif response.status_code > 399:
|
elif response.status_code > 399:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"There was an issue sending the notification %s: %s",
|
"There was an issue sending the notification %s: %s",
|
||||||
response.status,
|
response.status_code,
|
||||||
response.text,
|
response.text,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user