1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/notify
Jaxom Nutt 44e35b7f52 Bug fix for clicksend (#17713)
* Bug fix

Current version causes 500 error since it is sending an array of from numbers to ClickSend. Changing the from number to 'hass' identifies all messages as coming from Home Assistant making them more recognisable and removes the bug.

* Amendment

Changed it to use 'hass' as the default instead of defaulting to the recipient which is the array. Would have worked if users set their own name but users who were using the default were experiencing the issue.

* Added DEFAULT_SENDER variable
2018-10-23 10:28:49 +02:00
..
__init__.py Async syntax 4/8 (#17018) 2018-10-01 08:58:21 +02:00
apns.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
aws_lambda.py Upgrade boto3 to 1.9.16 (#17140) 2018-10-06 20:46:20 +02:00
aws_sns.py Upgrade boto3 to 1.9.16 (#17140) 2018-10-06 20:46:20 +02:00
aws_sqs.py Upgrade boto3 to 1.9.16 (#17140) 2018-10-06 20:46:20 +02:00
ciscospark.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
clickatell.py Added new Clickatell SMS messaging Notify Platform (#9775) 2017-10-29 09:14:40 +01:00
clicksend_tts.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
clicksend.py Bug fix for clicksend (#17713) 2018-10-23 10:28:49 +02:00
command_line.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
demo.py Add discovery notify support and mysensors notify (#5219) 2017-01-15 03:53:14 +01:00
discord.py Async syntax 4/8 (#17018) 2018-10-01 08:58:21 +02:00
ecobee.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
facebook.py Added FB messenger broadcast api to notify.facebook component (#12459) 2018-04-17 14:23:41 +02:00
file.py Add discovery notify support and mysensors notify (#5219) 2017-01-15 03:53:14 +01:00
flock.py Add Flock notification platform (#14533) 2018-05-31 23:07:50 +02:00
free_mobile.py Upgrade to 0.1.2 (#10348) 2017-11-08 16:11:12 +01:00
gntp.py Handle more file closing using context manager (#11942) 2018-01-31 11:30:48 +01:00
group.py Async syntax 4/8 (#17018) 2018-10-01 08:58:21 +02:00
hangouts.py Add missing hangouts data/image to notify service (#17576) 2018-10-22 19:36:29 +02:00
hipchat.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
homematic.py Cleanup HM Notify platform (#17355) 2018-10-15 13:26:09 +02:00
html5.py Remove homeassistant.remote (#16099) 2018-08-21 15:49:58 +02:00
instapush.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
ios.py Add config entry to iOS (#16580) 2018-09-12 20:17:52 +02:00
joaoapps_join.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
knx.py Revert changes to platforms using self.device (#16209) 2018-08-26 21:25:39 +02:00
kodi.py Async syntax 4/8 (#17018) 2018-10-01 08:58:21 +02:00
lametric.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
lannouncer.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
llamalab_automate.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
mailgun.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
mastodon.py Upgrade Mastodon.py to 1.3.1 (#15766) 2018-07-31 21:17:55 +02:00
matrix.py Matrix Chatbot (#13355) 2018-05-05 10:00:36 -04:00
message_bird.py Remove inline pylint disables for messages disabled in pylintrc (#14978) 2018-06-16 00:15:46 +02:00
mycroft.py Mycroft notify/component (#9173) 2017-08-27 13:53:20 -07:00
mysensors.py Reorganize mysensors (#15123) 2018-06-25 13:58:16 +02:00
netgear_lte.py Handle netgear_lte connection errors (#16806) 2018-09-23 18:58:09 +02:00
nfandroidtv.py Notifications for Android TV: Add fontsize and sending images (#16565) 2018-09-12 11:22:21 +02:00
prowl.py Async syntax 4/8 (#17018) 2018-10-01 08:58:21 +02:00
pushbullet.py Remove inline pylint disables for messages disabled in pylintrc (#14978) 2018-06-16 00:15:46 +02:00
pushetta.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
pushover.py Lint cleanup (#15103) 2018-06-25 13:05:07 -04:00
pushsafer.py Update pushsafer.py (#16060) 2018-08-20 14:11:52 +02:00
rest.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
rocketchat.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
sendgrid.py Upgrade sendgrid to 5.6.0 (#16111) 2018-08-22 07:16:21 +02:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
simplepush.py Revert "Remove simplepush.io (#14358)" 2018-05-31 17:58:03 -04:00
slack.py Small cleanup for slack (#16743) 2018-09-20 15:14:43 +02:00
smtp.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
stride.py Added Stride notification component (#13221) 2018-03-15 20:36:03 -07:00
synology_chat.py Synology Chat as a notification platform (#12596) 2018-02-25 14:47:46 +01:00
syslog.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
telegram.py Fix device_tracker service call & cleanup (#17173) 2018-10-05 23:09:55 +02:00
tibber.py Tibber component and notify (#17062) 2018-10-04 09:29:49 +02:00
twilio_call.py Upgrade twilio package to version 6.19.1 (#17395) (#17424) 2018-10-18 09:17:55 +02:00
twilio_sms.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
twitter.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
webostv.py Updated package to fix #16960 (#17555) 2018-10-17 22:56:54 +02:00
xmpp.py XMPP async (#17283) 2018-10-13 10:37:42 +02:00
yessssms.py YesssSMS handling more errors, upgrade to version 0.2.3 (#17052) 2018-10-04 17:34:04 -04:00