mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
* Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional aiohttp-isal does not work on core installs where the system has 32bit userland and a 64bit kernel because we have no way to detect this configuration or handle it. fixes #116681 * Update homeassistant/components/isal/manifest.json * Update homeassistant/components/isal/manifest.json * hassfest * isal * fixes * Apply suggestions from code review * make sure isal is updated before http * fix tests * late import
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"domain": "http",
|
|
"name": "HTTP",
|
|
"after_dependencies": ["isal"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"documentation": "https://www.home-assistant.io/integrations/http",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal"
|
|
}
|