2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hassio",
|
2020-11-11 19:12:24 +00:00
|
|
|
"name": "Home Assistant Supervisor",
|
2021-10-15 07:26:54 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/hassio",
|
2021-11-01 11:33:41 +00:00
|
|
|
"dependencies": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"after_dependencies": [
|
|
|
|
"panel_custom"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@home-assistant/supervisor"
|
|
|
|
],
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"quality_scale": "internal"
|
|
|
|
}
|