core/homeassistant/components/http/manifest.json

15 lines
368 B
JSON
Raw Normal View History

{
"domain": "http",
"name": "HTTP",
"codeowners": ["@home-assistant/core"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/http",
"integration_type": "system",
"iot_class": "local_push",
2023-02-08 19:27:05 +00:00
"quality_scale": "internal",
"requirements": [
"aiohttp_cors==0.7.0",
"aiohttp-fast-url-dispatcher==0.1.0",
"aiohttp-zlib-ng==0.1.1"
]
}