core/homeassistant/components/homekit_controller
Ville Skyttä 761d7f21e9 Upgrade pylint (#27279)
* 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-03 00:34:28 +00:00
__init__.py Use literal string interpolation in integrations H-J (f-strings) (#26380) 2019-09-03 17:27:14 +02:00
alarm_control_panel.py Update homekit_controller import style (#25940) 2019-08-14 09:14:15 -07:00
binary_sensor.py Black 2019-07-31 12:25:30 -07:00
climate.py Update homekit_controller import style (#25940) 2019-08-14 09:14:15 -07:00
config_flow.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
connection.py Skip homekit_controller polls when system is overloaded and still trying to process the previous one (#25968) 2019-08-17 21:14:46 -07:00
const.py Use literal string interpolation in integrations H-J (f-strings) (#26380) 2019-09-03 17:27:14 +02:00
cover.py Inverting states for opening/closing Homekit covers (#26872) 2019-09-24 21:16:08 -07:00
light.py Update homekit_controller import style (#25940) 2019-08-14 09:14:15 -07:00
lock.py Update homekit_controller import style (#25940) 2019-08-14 09:14:15 -07:00
manifest.json Update documentation link URL for integrations in all manifests (#27114) 2019-10-02 09:25:44 -07:00
sensor.py Add support for Homekit accessory battery sensors (#26210) 2019-08-31 13:18:18 +01:00
storage.py Use literal string interpolation in integrations H-J (f-strings) (#26380) 2019-09-03 17:27:14 +02:00
strings.json Fix duplicated discovered homekit devices (#24178) 2019-05-29 15:49:59 -07:00
switch.py Update homekit_controller import style (#25940) 2019-08-14 09:14:15 -07:00