hass-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 Use builtin TimeoutError [k-n] (#109681) 2024-02-05 12:08:18 +01:00
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 Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
binary_sensor.py Freeze integration entity descriptions (#105984) 2023-12-18 16:28:13 -10:00
climate.py Add TURN_ON/OFF ClimateEntityFeature for Matter (#108974) 2024-02-02 07:39:54 +01:00
config_flow.py Improve calls to async_show_progress in matter (#107791) 2024-01-11 13:08:54 +01:00
const.py
cover.py
diagnostics.py Add helper method to get matter device info (#103765) 2023-11-10 13:43:54 -05:00
discovery.py Add Matter custom cluster sensors (Eve Energy Plug energy measurements) (#104830) 2023-12-04 17:21:41 +01:00
entity.py Skip polling of unavailable Matter nodes (#109917) 2024-02-08 09:01:48 +01:00
event.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00
helpers.py Add Matter Websocket commands for node actions and diagnostics (#109127) 2024-01-31 14:15:56 +01:00
light.py Add transition support to Matter light platform (#109803) 2024-02-06 22:59:55 +01:00
lock.py Remove workaround for default lock code in Matter (#105173) 2023-12-08 11:46:27 +01:00
manifest.json Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
models.py Add Matter custom cluster sensors (Eve Energy Plug energy measurements) (#104830) 2023-12-04 17:21:41 +01:00
sensor.py Matter sensors for air quality measurements (#108173) 2024-01-27 08:46:24 +01:00
strings.json
switch.py Fix discovery schema for Matter switches (#103762) 2023-11-21 20:25:07 +01:00
util.py