1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-18 14:29:57 +01:00
Files
core/homeassistant/components/http/manifest.json
2024-01-08 13:24:57 -10:00

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.3.0",
"aiohttp-zlib-ng==0.3.1"
]
}