mirror of
https://github.com/home-assistant/core.git
synced 2025-06-27 00:17:10 +00:00

For example Discord webhooks returns a 204 success code as response, which gets logged as an error in the log, even though it is successful. Update the allowed statuses to accept all 2xx responses as successful.