core/homeassistant
Tomer Figenblat 9d8d8afa82 Added component named switcher_kis switcher water heater integration. (#22325)
* Added component named switcher_kis switcher water heater integration.

* Fixed conflicts.

* Updated requirements.

* Added manifest.json file and updated CODEOWNERS.

* Fixed requirements_all.txt.

* Better component tests.

* Removed unnecessary parameter from fixture function.

* Removed tests section from mypy.ini.

* Remove unused ENTITY_ID_FORMAT.

* Stop udp bridge when failed to setup the component.

* Replace DISCOVERY_ constants prefix with DATA_.

* Various change requests.

* Fixed constant name change remifications.

* Added explicit name to fixture.

* Various change requests.

* More various change requests.

* Added EventType for homeassistant.core.Event.

* Switched from event driven data distribution to dispatcher type plus clean-ups.

* Removed name and icon keys from the component configuration.

* Various change requests.

* Various change reqeusts and clean-ups.

* Removed unnecessary DEPENDENCIES constant from swith platform.

* Replaced configuration data guard with assert.

* Removed unused constants.

* Removed confusing type casting for mypy sake.

* Refactor property device_name to name.

* Removed None guard effecting mypy only.

* Removed unnecessary function from switch entity.

* Removed None guard in use by mypy only.

* Removed unused constant.

* Removed unnecessary context manager.

* Stopped messing around with mypy.ini.

* Referring to typing.TYPE_CHECKING for non-runtime imports.

* Added test requierment correctyly.

* Replaced queue.get() with queue.get_nowait() to avoid backing up intervals requests.

* Revert changes in mypy.ini.

* Changed attributes content to device properties instead of entity properties.

* Fixed typo in constant name.

* Remove unnecessary async keyword from callable.

* Waiting for tasks on event loop to end.

* Added callback decorator to callable.
2019-04-19 16:54:48 -05:00
..
auth Add trusted_users in trusted networks auth provider (#22478) 2019-03-27 21:53:11 -07:00
components Added component named switcher_kis switcher water heater integration. (#22325) 2019-04-19 16:54:48 -05:00
helpers Added component named switcher_kis switcher water heater integration. (#22325) 2019-04-19 16:54:48 -05:00
scripts Fix check config script (#23151) 2019-04-16 17:14:25 -07:00
util Ignore secrets.yaml when using include_dir_named (#22929) 2019-04-13 21:24:06 -07:00
__init__.py
__main__.py
bootstrap.py Rename google/tts.py to google_translate/tts.py (#23090) 2019-04-16 14:27:07 -07:00
config.py Fix check config script (#23151) 2019-04-16 17:14:25 -07:00
config_entries.py Install deps and reqs early for config flows (#23169) 2019-04-17 09:49:45 -07:00
const.py Bumped version to 0.93.0.dev0 2019-04-17 10:49:25 -07:00
core.py Deprecate http.api_password (#21884) 2019-03-10 19:55:36 -07:00
data_entry_flow.py Mobile App: Register devices into the registry (#21856) 2019-03-14 12:57:50 -07:00
exceptions.py
loader.py Fix empty components (#23177) 2019-04-17 19:17:13 -07:00
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Upgrade python-slugify to 3.0.2 (#22997) 2019-04-13 11:29:44 +02:00
requirements.py
setup.py load cleanups (#23112) 2019-04-15 16:45:46 -07:00