diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index f9cca789f50..7052ebfc15a 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -2,9 +2,7 @@ "domain": "frontend", "name": "Home Assistant Frontend", "documentation": "https://www.home-assistant.io/components/frontend", - "requirements": [ - "home-assistant-frontend==20190911.1" - ], + "requirements": ["home-assistant-frontend==20190911.1"], "dependencies": [ "api", "auth", @@ -14,7 +12,5 @@ "system_log", "websocket_api" ], - "codeowners": [ - "@home-assistant/frontend" - ] + "codeowners": ["@home-assistant/frontend"] }