hass-core/homeassistant/components/climate
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 Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
daikin.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
demo.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
ecobee.py fix ecobee is_aux_heat_on property (#12186) 2018-02-05 09:21:20 +01:00
econet.py Bump pyeconet version to fix JSONDecodeError (#12204) 2018-02-05 15:59:17 -08:00
ephember.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
eq3btsmart.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
flexit.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
generic_thermostat.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
heatmiser.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
hive.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
homematic.py fix: hmip-etrv-2 now working with homeassistant (#11175) 2018-01-03 19:36:25 +01:00
honeywell.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
knx.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
maxcube.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
melissa.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
mqtt.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
mysensors.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
nest.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
netatmo.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
nuheat.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
oem.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
proliphix.py Climate component: add supported_features (#10658) 2017-11-29 11:01:28 +01:00
radiotherm.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
sensibo.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
services.yaml Add sensibo_assume_state service to Sensibo climate (#11567) 2018-01-10 14:04:35 -08:00
tado.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
tesla.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
toon.py Fixes for PEP257 (#11810) 2018-01-20 22:35:38 -08:00
touchline.py Upgrade pytouchline to 0.7 (#12179) 2018-02-05 09:33:07 +01:00
venstar.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
vera.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
wink.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
zwave.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00