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-09-12 21:18:48 +00:00
|
|
|
"requirements": ["home-assistant-frontend==20200912.0"],
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [
|
|
|
|
"api",
|
|
|
|
"auth",
|
2020-06-10 06:27:47 +00:00
|
|
|
"config",
|
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-07-01 12:34:36 +00:00
|
|
|
"codeowners": ["@home-assistant/frontend"],
|
2020-01-07 19:58:49 +00:00
|
|
|
"quality_scale": "internal"
|
2020-07-01 12:34:36 +00:00
|
|
|
}
|