2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "frontend",
|
|
|
|
"name": "Home Assistant Frontend",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
2019-09-23 21:20:27 +00:00
|
|
|
"requirements": ["home-assistant-frontend==20190919.1"],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [
|
|
|
|
"api",
|
|
|
|
"auth",
|
|
|
|
"http",
|
|
|
|
"lovelace",
|
|
|
|
"onboarding",
|
|
|
|
"system_log",
|
|
|
|
"websocket_api"
|
|
|
|
],
|
2019-09-11 19:32:41 +00:00
|
|
|
"codeowners": ["@home-assistant/frontend"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|