2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "onboarding",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "Home Assistant Onboarding",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/onboarding",
|
2020-09-28 14:07:17 +00:00
|
|
|
"after_dependencies": [
|
|
|
|
"hassio"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"auth",
|
|
|
|
"http",
|
|
|
|
"person"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@home-assistant/core"
|
|
|
|
],
|
2020-01-07 19:58:49 +00:00
|
|
|
"quality_scale": "internal"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|