mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00

The REST notification component only allows 200 + 201 as a successful response code to the submission. notify.me returns a 202 (Accepted) response, which works fine but gets logged as a warning in the log. Update the allowed statuses to treat the 202 as ok.