mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Avoid trademark issues by using a generic name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"domain": "frontend",
|
|
"name": "Home Assistant Frontend",
|
|
"codeowners": ["@home-assistant/frontend"],
|
|
"dependencies": [
|
|
"api",
|
|
"auth",
|
|
"config",
|
|
"device_automation",
|
|
"diagnostics",
|
|
"file_upload",
|
|
"http",
|
|
"lovelace",
|
|
"onboarding",
|
|
"repairs",
|
|
"search",
|
|
"system_log",
|
|
"websocket_api"
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/frontend",
|
|
"integration_type": "system",
|
|
"preview_features": { "retro": {}, "winter_mode": {} },
|
|
"quality_scale": "internal",
|
|
"requirements": ["home-assistant-frontend==20260312.0"]
|
|
}
|