hass-core/homeassistant/components/zha
Ville Skyttä 761d7f21e9 Upgrade pylint ()
* Upgrade pylint to 2.4.2 and astroid to 2.3.1

https://pylint.readthedocs.io/en/latest/whatsnew/2.4.html
https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-1
https://pylint.readthedocs.io/en/latest/whatsnew/changelog.html#what-s-new-in-pylint-2-4-2

* unnecessary-comprehension fixes

* invalid-name fixes

* self-assigning-variable fixes

* Re-enable not-an-iterable

* used-before-assignment fix

* invalid-overridden-method fixes

* undefined-variable __class__ workarounds

https://github.com/PyCQA/pylint/issues/3090

* no-member false positive disabling

* Remove some no longer needed disables

* using-constant-test fix

* Disable import-outside-toplevel for now

* Disable some apparent no-value-for-parameter false positives

* invalid-overridden-method false positive disables

https://github.com/PyCQA/pylint/issues/3150

* Fix unintentional Entity.force_update override in AfterShipSensor
2019-10-07 08:17:39 -07:00
..
.translations [ci skip] Translation update 2019-10-04 00:32:16 +00:00
core Upgrade pylint () 2019-10-07 08:17:39 -07:00
__init__.py Refactor ZHA Zigbee channel registry. () 2019-08-05 15:40:29 -06:00
api.py ZHA siren and warning device support () 2019-09-20 15:11:24 -04:00
binary_sensor.py isort ZHA imports. () 2019-08-02 10:37:21 -04:00
config_flow.py Black 2019-07-31 12:25:30 -07:00
device_action.py Add support for for to binary_sensor, light and switch device triggers () 2019-10-02 22:14:52 +02:00
device_tracker.py isort ZHA imports. () 2019-08-02 10:37:21 -04:00
device_trigger.py Add support for for to binary_sensor, light and switch device triggers () 2019-10-02 22:14:52 +02:00
entity.py Use literal string interpolation in integrations X-Z (f-strings) () 2019-09-03 21:15:31 +02:00
fan.py Upgrade pylint () 2019-10-07 08:17:39 -07:00
light.py Store ZHA light brightness when fading off to turn on at the correct brightness () 2019-09-23 09:08:44 -04:00
lock.py Upgrade pylint () 2019-10-07 08:17:39 -07:00
manifest.json Bump up ZHA dependencies. () 2019-10-02 15:51:52 -07:00
sensor.py Support formatting and scaling with ZHA Metering cluster () 2019-08-26 23:16:54 -04:00
services.yaml ZHA siren and warning device support () 2019-09-20 15:11:24 -04:00
strings.json Add device action support for ZHA () 2019-09-27 09:57:47 -07:00
switch.py isort ZHA imports. () 2019-08-02 10:37:21 -04:00