core/homeassistant/components/frontend/manifest.json

22 lines
478 B
JSON

{
"domain": "frontend",
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": ["home-assistant-frontend==20220429.0"],
"dependencies": [
"api",
"auth",
"config",
"device_automation",
"diagnostics",
"http",
"lovelace",
"onboarding",
"search",
"system_log",
"websocket_api"
],
"codeowners": ["@home-assistant/frontend"],
"quality_scale": "internal"
}