mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00

* 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
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"domain": "hardware",
|
|
"name": "Hardware",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": false,
|
|
"documentation": "https://www.home-assistant.io/integrations/hardware",
|
|
"import_executor": true,
|
|
"integration_type": "system",
|
|
"quality_scale": "internal",
|
|
"requirements": ["psutil-home-assistant==0.0.1"]
|
|
}
|