core/homeassistant/components/notify
Jonathan McDowell 401720085d Allow 202 status code as a successful REST notify response (#21678)
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.
2019-03-05 09:22:21 -08:00
..
__init__.py
apns.py
aws_lambda.py
aws_sns.py
aws_sqs.py
ciscospark.py
clickatell.py
clicksend.py
clicksend_tts.py
command_line.py
demo.py
discord.py
facebook.py
file.py
flock.py
free_mobile.py
gntp.py
group.py
hipchat.py
html5.py html5 notifications add VAPID support (#20415) 2019-01-29 14:49:33 -08:00
kodi.py Cast displaytime to int for JSON RPC (#21649) 2019-03-04 15:25:28 +01:00
lannouncer.py
llamalab_automate.py
mastodon.py
message_bird.py
mycroft.py
nfandroidtv.py pylint 2.3.0 (#21485) 2019-02-27 16:10:40 -05:00
prowl.py
pushbullet.py
pushetta.py
pushover.py Fix pushover schema 2019-02-14 12:06:25 -08:00
pushsafer.py pylint 2.3.0 (#21485) 2019-02-27 16:10:40 -05:00
rest.py Allow 202 status code as a successful REST notify response (#21678) 2019-03-05 09:22:21 -08:00
rocketchat.py
sendgrid.py Add optional sender name for SendGrid (#21610) 2019-03-03 13:44:40 -08:00
services.yaml Add notify.html5_dismiss service (#19912) 2019-01-15 15:31:57 -08:00
simplepush.py
slack.py pylint 2.3.0 (#21485) 2019-02-27 16:10:40 -05:00
smtp.py
stride.py
synology_chat.py
syslog.py
telegram.py
twilio_call.py
twilio_sms.py Added regexp validation allowing Twilio notifications to use Sender ID instead of phone number (#19644) 2018-12-30 18:34:29 +01:00
twitter.py Upgrade TwitterAPI to 2.5.9 (#20372) 2019-01-24 09:37:25 +01:00
xmpp.py Upgrade slixmpp to 1.4.2 (#20971) 2019-02-11 08:33:57 -05:00
yessssms.py