core/homeassistant/components/matter
J. Nick Koston 4ea1c5cc3c
Add support for importing integrations in the executor (#111336)
* Add support for pre-imports at setup time

alternative solution to #111331

* refactor

* refactor

* refactor

* mark >1.0s integrations

* no point in executor if already loaded

* no point in executor if already loaded

* cleanup

* cleanup

* two more

* one more

* analytics loads a lot more integrations

* cloud

* debug

* psutil, hardwre

* try zha

* Update homeassistant/setup.py

* await

* comments

* coverage

* coverage

* coverage

* move logic to loader

* move logic to loader

* preserve comments
2024-02-26 14:49:43 -05:00
..
__init__.py
adapter.py Handle Matter nodes that become available after startup is done (#109956) 2024-02-08 13:14:10 +01:00
addon.py
api.py
binary_sensor.py
climate.py
config_flow.py
const.py
cover.py
diagnostics.py
discovery.py
entity.py Skip polling of unavailable Matter nodes (#109917) 2024-02-08 09:01:48 +01:00
event.py
helpers.py
light.py
lock.py
manifest.json Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
models.py
sensor.py
strings.json
switch.py
util.py