17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"domain": "frontend",
|
|
"name": "Home Assistant Frontend",
|
|
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
|
"requirements": ["home-assistant-frontend==20190919.1"],
|
|
"dependencies": [
|
|
"api",
|
|
"auth",
|
|
"http",
|
|
"lovelace",
|
|
"onboarding",
|
|
"system_log",
|
|
"websocket_api"
|
|
],
|
|
"codeowners": ["@home-assistant/frontend"]
|
|
}
|