hass-core/homeassistant/components/light
Otto Winter 678f284015 Upgrade pylint to 1.8.2 ()
* 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 Spelling fixes () 2018-01-29 23:37:19 +01:00
abode.py Abode services, events, lights, cameras, automations, quick actions. () 2017-09-18 17:39:41 +02:00
ads.py Add ADS component () 2017-12-05 09:44:22 +01:00
avion.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
blinksticklight.py Update docstrings and log messages () 2017-05-10 12:06:57 +02:00
blinkt.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
deconz.py Adding xy_color attribute support to deconz lights () 2018-02-03 17:08:00 +01:00
decora.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
decora_wifi.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
demo.py Cleanup old stale restore feature () 2017-11-15 23:03:41 -08:00
enocean.py Update docstrings and log messages () 2017-05-10 12:06:57 +02:00
flux_led.py Entity registry () 2018-01-30 10:39:39 +01:00
greenwave.py Handle more file closing using context manager () 2018-01-31 11:30:48 +01:00
hive.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
homematic.py Spelling fixes () 2018-01-29 23:37:19 +01:00
hue.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
hyperion.py Hyperion: fix () 2018-01-19 10:50:12 +01:00
iglo.py Spelling fixes () 2018-01-29 23:37:19 +01:00
ihc.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
insteon_local.py Entity registry () 2018-01-30 10:39:39 +01:00
insteon_plm.py Spelling fixes () 2018-01-27 11:58:27 -08:00
isy994.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
knx.py Spelling fixes () 2018-01-29 23:37:19 +01:00
lifx.py Unique ID for LIFX lights () 2018-01-30 14:40:44 -08:00
lifx_legacy.py Updated docstrings () 2017-04-30 20:10:08 -07:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
litejet.py Do not call update() in constructor () 2017-08-08 20:21:33 +02:00
lutron.py Add configuration check and use default var names () 2017-06-09 00:21:06 +02:00
lutron_caseta.py upgrade to new pylutron_caseta with TLS () 2017-11-10 12:17:25 +01:00
mochad.py Spelling fixes () 2018-01-27 11:58:27 -08:00
mqtt.py More support for availability reporting on MQTT components () 2018-01-01 18:32:29 -08:00
mqtt_json.py light/mqqt_json: allow brightness scaling () 2018-01-13 18:58:21 +01:00
mqtt_template.py Remove execution file perm () 2018-01-09 23:55:14 -08:00
mysensors.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
mystrom.py Add effects () 2017-07-11 21:22:00 +02:00
osramlightify.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
piglow.py light.piglow update () 2017-05-02 21:21:37 -07:00
qwikswitch.py Update docstrings () 2017-05-02 09:18:47 -07:00
rflink.py Add test cases and fix for device_defaults fire_event option. () 2017-09-24 15:47:59 -07:00
rfxtrx.py Bugfix and cleanup for Rfxtrx () 2018-01-12 11:52:53 -08:00
rpi_gpio_pwm.py Update pwmled to 1.2.1. () 2017-08-19 13:23:46 +02:00
scsgate.py Update docstrings () 2017-05-02 09:18:47 -07:00
sensehat.py light.sensehat: brightness control logic update () 2017-05-02 17:02:13 -07:00
services.yaml Service for setting a fixed scene of Xiaomi MIIO lights () 2018-01-18 22:52:30 -08:00
skybell.py Skybell () 2017-10-08 20:14:39 +02:00
tellduslive.py Update docstrings () 2017-05-02 09:18:47 -07:00
tellstick.py Tellstick Duo acync callback fix () 2017-11-09 15:03:35 +01:00
template.py Return of entity_id in template platforms () 2018-02-07 22:46:14 -08:00
tikteck.py Entity registry () 2018-01-30 10:39:39 +01:00
tplink.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
tradfri.py Allow tradfri to read the available state of the device () 2017-12-11 11:34:48 +01:00
velbus.py Velbus () 2017-07-26 14:03:29 +02:00
vera.py Added Vera scenes () 2017-12-07 07:47:19 +01:00
wemo.py Entity registry () 2018-01-30 10:39:39 +01:00
wink.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
x10.py Update docstrings () 2017-05-02 09:18:47 -07:00
xiaomi_aqara.py fixed wrong check for valid range of 'rgb' values () 2018-02-02 14:02:11 +01:00
xiaomi_miio.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
yeelight.py Entity registry () 2018-01-30 10:39:39 +01:00
yeelightsunflower.py Update docstrings () 2017-05-02 09:18:47 -07:00
zengge.py Entity registry () 2018-01-30 10:39:39 +01:00
zha.py zha: Update to bellows 0.5.0+zigpy () 2018-02-05 16:05:19 -08:00
zigbee.py 0.28 () 2016-09-10 18:22:58 -07:00
zwave.py Fix pylint 1.7.2 no-else-return issues () 2017-07-05 23:30:01 -07:00