2019-04-03 21:14:45 -07:00
|
|
|
{
|
|
|
|
|
"domain": "frontend",
|
|
|
|
|
"name": "Home Assistant Frontend",
|
2023-02-08 20:27:05 +01:00
|
|
|
"codeowners": ["@home-assistant/frontend"],
|
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"
|
|
|
|
|
],
|
2023-02-08 20:27:05 +01:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
|
|
|
|
"integration_type": "system",
|
2026-01-29 23:02:59 +01:00
|
|
|
"preview_features": { "winter_mode": {} },
|
2022-10-04 16:36:42 +02:00
|
|
|
"quality_scale": "internal",
|
2026-07-31 17:24:56 +02:00
|
|
|
"requirements": ["home-assistant-frontend==20260729.3"]
|
2022-03-30 10:56:37 +02:00
|
|
|
}
|