From 18dfb0235578e0d051e09dae7593e5e6305d89ac Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Mon, 17 Feb 2020 19:24:11 +0100 Subject: [PATCH] Updated frontend to 20200212.0 (#31912) --- homeassistant/components/frontend/manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 750c37bc1cd..46054b91dc2 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -2,7 +2,9 @@ "domain": "frontend", "name": "Home Assistant Frontend", "documentation": "https://www.home-assistant.io/integrations/frontend", - "requirements": ["home-assistant-frontend==20200212.0"], + "requirements": [ + "home-assistant-frontend==20200212.0" + ], "dependencies": [ "api", "auth", @@ -13,6 +15,8 @@ "system_log", "websocket_api" ], - "codeowners": ["@home-assistant/frontend"], + "codeowners": [ + "@home-assistant/frontend" + ], "quality_scale": "internal" -} +} \ No newline at end of file