hass-core/homeassistant/components/hassio/manifest.json
Paulus Schoutsen e8343452cd
Validate component usage (#23037)
* 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
2019-04-13 13:17:01 -07:00

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