core/homeassistant/components/notify
Isabella Gross Alström 2dcd9d94c8 Allow all success status codes in REST notify response (#22011)
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.
2019-03-13 13:00:08 -07: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 all success status codes in REST notify response (#22011) 2019-03-13 13:00:08 -07: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