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",
|
2020-01-17 22:54:53 +00:00
|
|
|
"requirements": [
|
2020-02-05 22:41:01 +00:00
|
|
|
"home-assistant-frontend==20200130.2"
|
2020-01-17 22:54:53 +00:00
|
|
|
],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [
|
|
|
|
"api",
|
|
|
|
"auth",
|
|
|
|
"http",
|
|
|
|
"lovelace",
|
|
|
|
"onboarding",
|
2020-01-15 02:36:21 +00:00
|
|
|
"search",
|
2019-04-04 04:14:45 +00:00
|
|
|
"system_log",
|
|
|
|
"websocket_api"
|
|
|
|
],
|
2020-01-17 22:54:53 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@home-assistant/frontend"
|
|
|
|
],
|
2020-01-07 19:58:49 +00:00
|
|
|
"quality_scale": "internal"
|
2020-01-17 22:54:53 +00:00
|
|
|
}
|