* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"domain": "http",
|
|
"name": "HTTP",
|
|
"documentation": "https://www.home-assistant.io/components/http",
|
|
"requirements": [
|
|
"aiohttp_cors==0.7.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
]
|
|
}
|