core/homeassistant/components/frontend/manifest.json

24 lines
474 B
JSON
Raw Normal View History

{
"domain": "frontend",
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
2021-12-12 18:24:32 +00:00
"requirements": [
2022-02-03 20:32:01 +00:00
"home-assistant-frontend==20220203.0"
2021-12-12 18:24:32 +00:00
],
"dependencies": [
"api",
"auth",
"config",
"device_automation",
"http",
"lovelace",
"onboarding",
"search",
"system_log",
"websocket_api"
],
2021-12-12 18:24:32 +00:00
"codeowners": [
"@home-assistant/frontend"
],
"quality_scale": "internal"
2021-12-12 18:24:32 +00:00
}