Files
core/homeassistant/components/frontend/manifest.json
T
Bram Kragten d299a92cd3 Update frontend to 20200519.3 (#35925)
* Updated frontend to 20200519.2

* Updated frontend to 20200519.3
2020-05-24 11:27:15 +02:00

20 lines
445 B
JSON

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