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",
|
2022-09-03 00:53:33 +00:00
|
|
|
"requirements": ["home-assistant-frontend==20220902.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",
|
2022-02-04 19:47:01 +00:00
|
|
|
"diagnostics",
|
2022-08-18 16:02:12 +00:00
|
|
|
"file_upload",
|
2019-04-04 04:14:45 +00:00
|
|
|
"http",
|
|
|
|
"lovelace",
|
2022-03-07 16:56:52 +00:00
|
|
|
"onboarding",
|
2022-07-20 14:29:07 +00:00
|
|
|
"repairs",
|
2022-03-07 16:56:52 +00:00
|
|
|
"search",
|
2019-04-04 04:14:45 +00:00
|
|
|
"system_log",
|
|
|
|
"websocket_api"
|
|
|
|
],
|
2022-03-30 08:56:37 +00:00
|
|
|
"codeowners": ["@home-assistant/frontend"],
|
2020-01-07 19:58:49 +00:00
|
|
|
"quality_scale": "internal"
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|