hass-core/homeassistant/components/http/manifest.json
Paulus Schoutsen cfe4cf30ad
Add manifests (#22699)
* Add manifests

* Update auto name

* Update codeowners

* Add requirements from platforms

* Minor cleanup

* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00

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"
]
}