mirror of
https://github.com/elisspace/core.git
synced 2026-09-18 16:51:50 +00:00
* Update manifest validator * Update circle * Update text * Typo * fix link to codeowners * Merge CODEOWNERS into hassfest * Annotate errors with fixable * Convert error to warning * Lint * Make abs path * Python 3.5... * Typo * Fix tests
16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Cloud",
|
|
"documentation": "https://www.home-assistant.io/components/cloud",
|
|
"requirements": [
|
|
"hass-nabucasa==0.11"
|
|
],
|
|
"dependencies": [
|
|
"http",
|
|
"webhook"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
]
|
|
}
|