1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/frontend/manifest.json
2022-01-27 11:22:53 -08:00

24 lines
474 B
JSON

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