Files
core/homeassistant/components/frontend/manifest.json
T

24 lines
512 B
JSON
Raw Normal View History

2019-04-03 21:14:45 -07:00
{
"domain": "frontend",
"name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend",
2022-10-03 21:45:28 +02:00
"requirements": ["home-assistant-frontend==20221003.0"],
2019-04-03 21:14:45 -07:00
"dependencies": [
"api",
"auth",
2020-06-09 23:27:47 -07:00
"config",
"device_automation",
"diagnostics",
"file_upload",
2019-04-03 21:14:45 -07:00
"http",
"lovelace",
2022-03-07 17:56:52 +01:00
"onboarding",
2022-07-20 16:29:07 +02:00
"repairs",
2022-03-07 17:56:52 +01:00
"search",
2019-04-03 21:14:45 -07:00
"system_log",
"websocket_api"
],
2022-03-30 10:56:37 +02:00
"codeowners": ["@home-assistant/frontend"],
"quality_scale": "internal"
2022-03-30 10:56:37 +02:00
}