* 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
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"domain": "hassio",
|
|
"name": "Hass.io",
|
|
"documentation": "https://www.home-assistant.io/hassio",
|
|
"requirements": [],
|
|
"dependencies": [
|
|
"http",
|
|
"panel_custom"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/hass-io"
|
|
]
|
|
}
|