core/homeassistant/components/harmony
Ruslan Sayfutdinov 0e7409e617
Pylint plugin to check __init__ return type (#50868)
* Pylint plugin to check __init__ return type

* Support *args add **kwargs, type hints

* Use 'in' instead of 'any()'

* Fix last few places
2021-05-20 18:00:10 +01:00
..
translations [ci skip] Translation update 2021-05-18 00:12:13 +00:00
__init__.py Reduce config entry setup/unload boilerplate G-J (#49737) 2021-04-27 16:09:59 +02:00
config_flow.py Add constructor return type in integrations E-K (#50902) 2021-05-20 18:47:30 +03:00
connection_state.py Ensure harmony callbacks run in the event loop (#49450) 2021-04-20 15:09:46 +02:00
const.py Shutdown harmony connection on stop (#49335) 2021-04-18 09:44:29 +02:00
data.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
remote.py Fix Harmony entity service schema (#50025) 2021-05-03 09:41:16 -07:00
services.yaml Add targets and selectors for services (G-H) (#50524) 2021-05-12 20:49:04 +02:00
strings.json Remove redundant names from config flow titles (#50380) 2021-05-10 22:14:33 -07:00
subscriber.py
switch.py Pylint plugin to check __init__ return type (#50868) 2021-05-20 18:00:10 +01:00
util.py