Updated frontend to 20200212.0 (#31912)

This commit is contained in:
Bram Kragten 2020-02-17 19:24:11 +01:00 committed by GitHub
parent 93a844b1d5
commit 18dfb02355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@
"domain": "frontend", "domain": "frontend",
"name": "Home Assistant Frontend", "name": "Home Assistant Frontend",
"documentation": "https://www.home-assistant.io/integrations/frontend", "documentation": "https://www.home-assistant.io/integrations/frontend",
"requirements": ["home-assistant-frontend==20200212.0"], "requirements": [
"home-assistant-frontend==20200212.0"
],
"dependencies": [ "dependencies": [
"api", "api",
"auth", "auth",
@ -13,6 +15,8 @@
"system_log", "system_log",
"websocket_api" "websocket_api"
], ],
"codeowners": ["@home-assistant/frontend"], "codeowners": [
"@home-assistant/frontend"
],
"quality_scale": "internal" "quality_scale": "internal"
} }