2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "http",
|
|
|
|
"name": "HTTP",
|
2020-01-07 19:58:49 +00:00
|
|
|
"codeowners": ["@home-assistant/core"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/http",
|
|
|
|
"integration_type": "system",
|
2022-10-04 14:36:42 +00:00
|
|
|
"iot_class": "local_push",
|
2023-02-08 19:27:05 +00:00
|
|
|
"quality_scale": "internal",
|
2023-11-09 16:23:33 +00:00
|
|
|
"requirements": [
|
|
|
|
"aiohttp_cors==0.7.0",
|
|
|
|
"aiohttp-fast-url-dispatcher==0.1.0",
|
|
|
|
"aiohttp-zlib-ng==0.1.1"
|
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|