15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"domain": "http",
|
|
"name": "HTTP",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"documentation": "https://www.home-assistant.io/integrations/http",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": [
|
|
"aiohttp_cors==0.7.0",
|
|
"aiohttp-fast-url-dispatcher==0.1.0",
|
|
"aiohttp-zlib-ng==0.1.1"
|
|
]
|
|
}
|