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-02-17 18:24:11 +00:00
|
|
|
"requirements": [
|
2020-03-19 00:13:19 +00:00
|
|
|
"home-assistant-frontend==20200318.1"
|
2020-02-17 18:24:11 +00:00
|
|
|
],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [
|
|
|
|
"api",
|
|
|
|
"auth",
|
2020-03-19 01:15:23 +00:00
|
|
|
"device_automation",
|
2019-04-04 04:14:45 +00:00
|
|
|
"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-02-17 18:24:11 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@home-assistant/frontend"
|
|
|
|
],
|
2020-01-07 19:58:49 +00:00
|
|
|
"quality_scale": "internal"
|
2020-03-19 01:15:23 +00:00
|
|
|
}
|