hass-core/homeassistant
Alexei Chetroi 125ceb7449
Refactor ZHA core channel initialization (#43953)
* Cleanup Basic channnel

Remove unused methods.

* Refactor async_configure() method

Split async_configure() into async_configure() and
async_configure_channel_specfici()

* Refactor async_initilize() method

Split into two different methods and configure channel specifics via
async_configure_channel_specific()

* Fixes
2020-12-04 18:45:09 -05:00
..
auth Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
components Refactor ZHA core channel initialization (#43953) 2020-12-04 18:45:09 -05:00
generated Add Kuler Sky Bluetooth floor lamp integration (#42372) 2020-12-02 22:28:17 +01:00
helpers Improve handling of disabled devices (#43864) 2020-12-02 21:20:14 +01:00
scripts Upgrade colorlog to 4.5.0 (#42965) 2020-11-08 14:05:55 +01:00
util Deprecate the use of keyring and credstash (#43854) 2020-12-02 16:55:33 +01:00
__init__.py
__main__.py Upgrade isort to 5.4.2 (#37939) 2020-08-29 08:23:55 +02:00
block_async_io.py Various type hint improvements (#37952) 2020-07-22 08:06:37 -07:00
bootstrap.py Fix deadlock if an integration from stage_1 fails (#43657) 2020-11-26 11:38:30 +01:00
config.py Add link to log view in persistent notification (#42060) 2020-10-21 12:09:45 -05:00
config_entries.py Extend WS API result when enabling an entity (#42667) 2020-11-09 19:47:45 +01:00
const.py Add a service target (#43725) 2020-11-28 23:33:32 +01:00
core.py Make input_datetime better handle timezones (#43396) 2020-11-26 20:20:10 +01:00
data_entry_flow.py Add data entry flow show progress step (#42419) 2020-11-09 18:39:28 +01:00
exceptions.py Correct service not found exception message (#43846) 2020-12-02 10:32:25 +01:00
loader.py Limit concurrency of async_get_integration to avoid creating extra threads (#43085) 2020-11-10 21:34:54 -10:00
package_constraints.txt Updated frontend to 20201204.0 (#43945) 2020-12-04 23:04:31 +01:00
requirements.py Cleanup unused loggers (components A-M) (#41600) 2020-10-12 16:59:05 +02:00
runner.py Automatically clean up executor as part of closing loop (#43284) 2020-11-16 15:43:48 +01:00
setup.py Use dict syntax (#41325) 2020-10-06 15:02:23 +02:00
strings.json Add unknown_authorize_url_generation to base strings for config flows (#42484) 2020-11-24 12:00:16 -05:00