hass-core/homeassistant/components/notify
Otto Winter 678f284015 Upgrade pylint to 1.8.2 (#12274)
* Upgrade pylint to 1.8.1

* Fix no-else-return

* Fix bad-whitespace

* Fix too-many-nested-blocks

* Fix raising-format-tuple

See https://github.com/PyCQA/pylint/blob/master/doc/whatsnew/1.8.rst

* Fix len-as-condition

* Fix logging-not-lazy

Not sure about that TEMP_CELSIUS though, but internally it's probably just like if you concatenated any other (variable) string

* Fix stop-iteration-return

* Fix useless-super-delegation

* Fix trailing-comma-tuple

Both of these seem to simply be bugs:
 * Nest: The value of self._humidity never seems to be used anywhere
 * Dovado: The called API method seems to expect a "normal" number

* Fix redefined-argument-from-local

* Fix consider-using-enumerate

* Fix wrong-import-order

* Fix arguments-differ

* Fix missed no-else-return

* Fix no-member and related

* Fix signatures-differ

* Revert "Upgrade pylint to 1.8.1"

This reverts commit af78aa00f125a7d34add97b9d50c14db48412211.

* Fix arguments-differ

* except for device_tracker

* Cleanup

* Fix test using positional argument

* Fix line too long

I forgot to run flake8 - shame on me... 🙃

* Fix bad-option-value for 1.6.5

* Fix arguments-differ for device_tracker

* Upgrade pylint to 1.8.2

* 👕 Fix missed no-member
2018-02-11 09:20:28 -08:00
..
__init__.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
apns.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
aws_lambda.py update boto3 to 1.4.7 and botocore to 1.7.34 (#10121) 2017-10-29 10:24:56 +01:00
aws_sns.py update boto3 to 1.4.7 and botocore to 1.7.34 (#10121) 2017-10-29 10:24:56 +01:00
aws_sqs.py update boto3 to 1.4.7 and botocore to 1.7.34 (#10121) 2017-10-29 10:24:56 +01:00
ciscospark.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
clickatell.py Added new Clickatell SMS messaging Notify Platform (#9775) 2017-10-29 09:14:40 +01:00
clicksend.py Add ability to specify a sender in the clicksend notification (#11046) 2018-01-15 18:38:58 +01:00
clicksend_tts.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07: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 Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
ecobee.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
facebook.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
file.py Add discovery notify support and mysensors notify (#5219) 2017-01-15 03:53:14 +01: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 Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
hipchat.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
html5.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
instapush.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
ios.py Start of migration framework, to allow moving of files in the config … (#7740) 2017-06-01 23:50:04 -07:00
joaoapps_join.py Update join (#7443) 2017-05-04 13:14:14 -07:00
knx.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
kodi.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
lametric.py Added cycles config option to LaMetric notifications (#10656) 2017-11-18 21:12:16 +01: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
matrix.py Refactored to new global json saving and loading (#10677) 2017-11-19 19:47:55 -08:00
message_bird.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
mycroft.py Mycroft notify/component (#9173) 2017-08-27 13:53:20 -07:00
mysensors.py Refactor mysensors callback and add validation (#9069) 2017-08-25 08:58:05 -07:00
nfandroidtv.py Fix Notifications for Android TV (#10798) 2017-12-03 15:08:10 -08:00
nma.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
prowl.py Change line separator to LN (#11662) 2018-01-15 14:24:12 -08:00
pushbullet.py Pushbullet (fix) invalid keyword, added unittests (#11804) 2018-01-24 21:06:35 +01:00
pushetta.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
pushover.py Upgrade python-pushover to 0.3 (#9045) 2017-08-19 17:00:07 +02:00
pushsafer.py Update pushsafer.py (#11466) 2018-02-07 17:23:10 +01:00
rest.py Rest notify data (#7757) 2017-05-29 11:20:23 +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 Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
simplepush.py Upgrae simplepush to 1.1.4 (#10365) 2017-11-05 22:52:58 +01:00
slack.py Upgrade slacker to 0.9.60 (#9065) 2017-08-21 10:23:29 +02:00
smtp.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
syslog.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
telegram.py telegram_bot: Support for sending videos (#10470) 2017-11-12 00:13:35 +01:00
telstra.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
twilio_call.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
twilio_sms.py Update docstrings (#7374) 2017-05-02 09:18:47 -07:00
twitter.py Upgrade TwitterAPI to 2.4.8 (#12148) 2018-02-03 16:56:35 +01:00
webostv.py Notify webos timeout error fix (#11027) 2018-01-01 18:19:49 -08:00
xmpp.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
yessssms.py added Yesss SMS platform (#10177) 2017-10-29 01:05:56 +02:00