Files
ha-core/homeassistant/components/frontend/manifest.json
2026-01-28 18:50:03 +01:00

28 lines
595 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": {
"winter_mode": {}
},
"quality_scale": "internal",
"requirements": ["home-assistant-frontend==20260128.1"]
}