2019-04-03 21:14:45 -07:00
|
|
|
{
|
|
|
|
|
"domain": "frontend",
|
|
|
|
|
"name": "Home Assistant Frontend",
|
2019-10-02 18:25:44 +02:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
2022-10-03 21:45:28 +02:00
|
|
|
"requirements": ["home-assistant-frontend==20221003.0"],
|
2019-04-03 21:14:45 -07:00
|
|
|
"dependencies": [
|
|
|
|
|
"api",
|
|
|
|
|
"auth",
|
2020-06-09 23:27:47 -07:00
|
|
|
"config",
|
2020-03-18 18:15:23 -07:00
|
|
|
"device_automation",
|
2022-02-04 20:47:01 +01:00
|
|
|
"diagnostics",
|
2022-08-18 12:02:12 -04:00
|
|
|
"file_upload",
|
2019-04-03 21:14:45 -07:00
|
|
|
"http",
|
|
|
|
|
"lovelace",
|
2022-03-07 17:56:52 +01:00
|
|
|
"onboarding",
|
2022-07-20 16:29:07 +02:00
|
|
|
"repairs",
|
2022-03-07 17:56:52 +01:00
|
|
|
"search",
|
2019-04-03 21:14:45 -07:00
|
|
|
"system_log",
|
|
|
|
|
"websocket_api"
|
|
|
|
|
],
|
2022-03-30 10:56:37 +02:00
|
|
|
"codeowners": ["@home-assistant/frontend"],
|
2020-01-07 20:58:49 +01:00
|
|
|
"quality_scale": "internal"
|
2022-03-30 10:56:37 +02:00
|
|
|
}
|