hass-core/homeassistant/components
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
..
ads Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
alarm_control_panel Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
alexa Add support for Alexa.StepSpeaker (#12183) 2018-02-05 16:02:08 -08:00
automation Clean up entity component (#11691) 2018-01-22 22:54:41 -08:00
binary_sensor Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
calendar Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
camera Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
climate Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
cloud Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
config Fixed typo in automation.py (#11116) 2017-12-13 10:17:12 +01:00
counter Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
cover Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
deconz Deconz use entity registry (#12067) 2018-01-30 14:42:24 -08:00
device_tracker Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
emulated_hue emulated_hue: allow customization within emulated_hue configuration (#11981) 2018-01-28 23:40:00 -08:00
fan Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
frontend Update frontend to 20180209.0 2018-02-09 14:34:20 -08:00
google_assistant have climate fallback to state if no ATTR_OPERATION_MODE (#12271) (#12279) 2018-02-10 15:06:24 -08:00
group Entity registry (#11979) 2018-01-30 10:39:39 +01:00
homematic Update pyhomematic to 0.1.39 (#12265) 2018-02-09 21:59:10 +01:00
http Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
ihc Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
image_processing OpenALPR Cloud API - transfer image in body of POST request (#12112) 2018-02-02 14:19:13 +01:00
light Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
lock Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
mailbox Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
media_player Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
mqtt Fix MQTT retained message not being re-dispatched (#12004) 2018-02-11 09:17:58 -08:00
notify Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
persistent_notification Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
recorder Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
remember_the_milk Clean up entity component (#11691) 2018-01-22 22:54:41 -08:00
remote Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
scene Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
sensor Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
switch Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
system_log Fix logger bug on Windows: path contains '\'. (#12197) 2018-02-06 12:56:31 -08:00
telegram_bot Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
timer Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
tts Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
vacuum Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
weather Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
wink Update python-wink version and multiple wink fixes/updates. (#11833) 2018-01-25 11:31:38 -05:00
zha zha: Add support for XBee radios (#12205) 2018-02-06 10:46:28 -08:00
zwave update python-openzwave to 4.1.3 (#12057) 2018-02-03 11:08:48 -05:00
__init__.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
abode.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
alarmdecoder.py Alarmdecoder add validation of the zone types (#11488) 2018-01-11 13:53:14 -08:00
alert.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
amcrest.py Protect sensitive information for Amcrest cameras (#10569) 2017-11-23 16:38:53 -08:00
android_ip_webcam.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
apcupsd.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
api.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
apple_tv.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
arduino.py
arlo.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
asterisk_mbox.py Update header and make it less verbose (#11774) 2018-01-18 23:04:18 +01:00
axis.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
bbb_gpio.py
blink.py Blink version bump (#7571) 2017-05-12 20:30:07 -07:00
bloomsky.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
browser.py
canary.py Canary live stream (#11949) 2018-02-05 14:02:43 +01:00
coinbase.py Upgrade coinbase to 2.0.7 (#11992) 2018-01-28 18:04:40 +01:00
comfoconnect.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
configurator.py Convert configurator to use markdown (#10668) 2017-11-20 14:11:55 +01:00
conversation.py Upgrade fuzzywuzzy to 0.16.0 (#11331) 2017-12-29 10:06:39 +01:00
daikin.py Added new climate component from Daikin (#10983) 2018-01-04 11:05:27 +01:00
datadog.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
demo.py Rename input_slider to input_number and add numeric text box option (#9494) 2017-10-03 21:34:13 +02:00
device_sun_light_trigger.py Refactor sun component for correctness (#7295) 2017-05-09 00:03:34 -07:00
dialogflow.py Clean up Alexa.intent and DialogFlow.intent (#11492) 2018-01-07 01:39:32 +01:00
digital_ocean.py Upgrade python-digitalocean to 1.13.2 (#11311) 2017-12-27 09:20:44 +01:00
discovery.py (Re)Enable Daikin autodiscovery (#11842) 2018-01-21 06:08:42 +01:00
dominos.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
doorbird.py Fix DoorBird push notifications for installations with an API password (#12020) 2018-01-29 12:15:53 +01:00
downloader.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
duckdns.py Add link to docs and update ordering (#10062) 2017-10-23 12:18:23 +02:00
dweet.py Upgrade dweepy to 0.3.0 (#7550) 2017-05-11 22:48:03 +02:00
dyson.py Add support to Dyson 360 Eye robot vacuum using new vacuum platform (#8852) 2017-08-06 13:08:46 +02:00
ecobee.py upgrade ecobee (#11878) 2018-01-23 23:03:54 +01:00
eight_sleep.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
emoncms_history.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
enocean.py Fix for API change of new enocean package (#10328) 2017-11-04 12:58:02 +01:00
envisalink.py Update to pyenvisalink 2.2, and remove range validation on zonedump i… (#8981) 2017-08-16 12:08:15 +02:00
feedreader.py Flake8 35 (#11972) 2018-01-29 00:23:53 -08:00
ffmpeg.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
foursquare.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
gc100.py Updated gc100 package requirement to 1.0.3a (#10484) 2017-11-09 17:54:45 +01:00
goalfeed.py Goalfeed channel (#12086) 2018-02-01 11:24:02 +01:00
google.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
google_domains.py Fix lint google-domains (#10135) 2017-10-25 15:43:02 +02:00
graphite.py Use const (#9127) 2017-08-25 13:30:00 +02:00
hassio.py Hass.io panel v2 (#11860) 2018-01-23 11:39:55 +01:00
hdmi_cec.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
history.py History order bugfix and opt-in option (#11686) 2018-01-16 11:48:10 -08:00
history_graph.py Add history_graph component (#9472) 2017-09-23 10:01:48 -07:00
hive.py Fix for hive aux_heat target temperature display (#11884) 2018-01-23 16:16:38 -08:00
hue.py Use API to discover Hue if no bridges specified (#11909) 2018-01-25 14:55:14 +01:00
ifttt.py
influxdb.py Avoid influxdb filling connection pool (#12182) 2018-02-08 12:25:26 +01:00
input_boolean.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
input_datetime.py Correct input_datetime initial value parsing (#10417) 2017-11-15 23:16:22 -08:00
input_number.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
input_select.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
input_text.py Added password mode to input_text (obscure content of text box) (#11849) 2018-02-08 12:29:33 +01:00
insteon_local.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
insteon_plm.py insteon_plm: fix typo in attributes (#9284) 2017-09-03 15:42:05 -04:00
intent_script.py Add Intent component (#8434) 2017-07-21 21:38:53 -07:00
introduction.py Change introduction card to use persistent notification (#10265) 2017-11-01 09:10:36 +01:00
ios.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
iota.py Upgrade pyota to 2.0.4 (#11991) 2018-01-28 18:04:54 +01:00
isy994.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
joaoapps_join.py Update join (#7443) 2017-05-04 13:14:14 -07:00
juicenet.py Add juicenet platform (#7668) 2017-06-05 08:39:31 -07:00
keyboard.py
keyboard_remote.py Allow using more than one keyboard remote (#11061) 2017-12-13 20:07:23 -08:00
kira.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
knx.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
lametric.py Fix lametric sound (#10562) 2017-11-14 10:40:44 +01:00
linode.py Linode (#9936) 2017-10-27 16:19:47 +02:00
lirc.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
litejet.py
logbook.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
logentries.py
logger.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
lutron.py Adding support for Lutron covers (#11602) 2018-01-13 19:11:20 +01:00
lutron_caseta.py upgrade to new pylutron_caseta with TLS (#10286) 2017-11-10 12:17:25 +01:00
mailgun.py Update mailgun (#7984) 2017-06-11 22:19:10 -07:00
map.py Change line separator to LN (#11662) 2018-01-15 14:24:12 -08:00
maxcube.py
media_extractor.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
melissa.py Add Melissa (HVAC/climate) component (#11503) 2018-02-03 03:17:01 +01:00
mercedesme.py Fix source code using Windows newline (#12248) 2018-02-09 08:11:47 +01:00
microsoft_face.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
mochad.py Bumped up pymochad requirement to 0.2.0 as a fix for #11928 (#12014) 2018-01-30 05:13:30 -08:00
modbus.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
mqtt_eventstream.py
mqtt_statestream.py Implement entity and domain exclude/include for Alexa (#10647) 2017-11-17 21:10:24 -08:00
mychevy.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
mycroft.py Upgrade mycroftapi to 2.0 (#9309) 2017-09-05 07:05:31 -04:00
mysensors.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
namecheapdns.py Make host optional (#10063) 2017-10-23 15:24:04 +02:00
neato.py Fix for Neato D3 and D5 (#11775) 2018-01-18 23:37:24 +01:00
nest.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
netatmo.py Netatmo httperror403 fix (#10659) 2017-11-18 14:36:01 -08:00
no_ip.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
nuheat.py add a bit more test coverage 2017-12-26 11:12:28 -08:00
nuimo_controller.py
octoprint.py Catch everything when calling to OctoPrint API to fix #10557 (#11457) 2018-01-05 18:07:09 +01:00
panel_custom.py Fix panel_custom (#10303) 2017-11-03 21:18:32 -07:00
panel_iframe.py Fix Panel_IFrame - FTP URL not allowed in 0.63 (#12295) 2018-02-11 09:19:31 -08:00
pilight.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
plant.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
prometheus.py Support pushing all sensors and fix wrong metrics. (#11159) 2018-01-08 17:11:45 +01:00
proximity.py
python_script.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
qwikswitch.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
rainbird.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
raincloud.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
raspihats.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
rest_command.py
rflink.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
rfxtrx.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
ring.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
rpi_gpio.py
rpi_pfio.py Support for the PiFace Digital I/O module (#7494) 2017-05-09 22:36:33 -07:00
rss_feed_template.py
satel_integra.py Added satel_integra alarm panel and binary sensor platform (#9336) 2017-09-18 17:42:31 +02:00
script.py Clean up entity component (#11691) 2018-01-22 22:54:41 -08:00
scsgate.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
services.yaml Snips add say and say_actions services (new) (#11596) 2018-01-12 10:19:43 -08:00
shell_command.py Make shell_command async (#10741) 2017-11-23 17:28:31 -08:00
shiftr.py Upgrade paho-mqtt to 1.3.1 (#9874) 2017-10-15 10:12:43 -07:00
shopping_list.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
skybell.py Skybell (#9681) 2017-10-08 20:14:39 +02:00
sleepiq.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
snips.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
spc.py Flake8 35 (#11972) 2018-01-29 00:23:53 -08:00
splunk.py Use constants for HTTP headers (#10313) 2017-11-04 12:04:05 -07:00
statsd.py Adding support for mapping keys to value in statsd (#8665) 2017-07-27 08:58:34 +02:00
sun.py Cleanup and simplitfy the async state update (#9390) 2017-09-12 10:01:03 +02:00
tado.py Tado fixes (#11294) 2018-02-02 17:28:54 -08:00
tahoma.py update tahoma api to version 0.0.11 (#12099) 2018-02-01 08:15:13 +01:00
tellduslive.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
tellstick.py Update tellcore-net to 0.4 (#11087) 2017-12-11 18:32:48 +01:00
tesla.py Fixes for tesla. New sensors. (#12225) 2018-02-07 23:34:26 -08:00
thethingsnetwork.py Support for The Things Network (#9627) 2017-10-05 09:12:02 -07:00
thingspeak.py
toon.py Fix PEP8 and PEP257 issues (#10108) 2017-10-24 18:36:08 +02:00
tradfri.py Update pytradfri to 4.1.0 (#10521) 2017-11-22 09:37:20 +00:00
twilio.py
updater.py Core support for hass.io calls & Bugfix check_config (#11571) 2018-01-12 15:29:58 +01:00
upnp.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
usps.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
velbus.py Velbus (#8076) 2017-07-26 14:03:29 +02:00
velux.py Fixed link to documentation (#8424) 2017-07-10 12:11:16 +02:00
vera.py Added Vera scenes (#10424) 2017-12-07 07:47:19 +01:00
verisure.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
volvooncall.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
vultr.py Add platform and sensors for Vultr VPS (#9928) 2017-11-05 14:10:14 +01:00
wake_on_lan.py Upgrade wakeonlan to 1.0.0 (#12190) 2018-02-05 16:04:31 -08:00
waterfurnace.py Make waterfurnace recovery more robust (#12202) 2018-02-06 12:12:35 +01:00
weblink.py Fix config error for FTP links, add test (#12294) 2018-02-11 09:19:00 -08:00
websocket_api.py Catch concurrent.futures.CancelledError in websocket code. (#12150) 2018-02-06 21:30:18 -08:00
wemo.py Wemo Dimmer Support (#10882) 2018-01-15 23:08:48 +01:00
xiaomi_aqara.py fixed async function called in a thread (#11882) 2018-01-23 22:44:07 +01:00
zabbix.py
zeroconf.py Upgrade zeroconf to 0.19.1 (#8043) 2017-06-15 21:25:19 +02:00
zigbee.py Remove execution file perm (#11563) 2018-01-09 23:55:14 -08:00
zone.py Move constant to 'const.py' and use already defined ones (#10211) 2017-10-29 17:28:07 +01:00
zoneminder.py Remove execution file perm (#11563) 2018-01-09 23:55:14 -08:00