mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"domain": "frontend",
|
|
"name": "Home Assistant Frontend",
|
|
"documentation": "https://www.home-assistant.io/components/frontend",
|
|
"requirements": [
|
|
"home-assistant-frontend==20190917.1"
|
|
],
|
|
"dependencies": [
|
|
"api",
|
|
"auth",
|
|
"http",
|
|
"lovelace",
|
|
"onboarding",
|
|
"system_log",
|
|
"websocket_api"
|
|
],
|
|
"codeowners": ["@home-assistant/frontend"]
|
|
}
|