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-04-30 20:25:57 +00:00
"requirements": [
2021-08-02 17:42:04 +00:00
"home-assistant-frontend==20210802.0"
2021-04-30 20:25:57 +00:00
],
"dependencies": [
"api",
"auth",
"config",
"device_automation",
"http",
"lovelace",
"onboarding",
"search",
"system_log",
"websocket_api"
],
2021-04-30 20:25:57 +00:00
"codeowners": [
"@home-assistant/frontend"
],
"quality_scale": "internal"
2021-04-30 20:25:57 +00:00
}