From 91534dff68bce3d852e4fa5b7241ab6f28ac2587 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 20 May 2019 04:59:21 +0200 Subject: [PATCH] Update owner frontend integrations [skip ci] --- homeassistant/components/frontend/manifest.json | 2 +- homeassistant/components/lovelace/manifest.json | 2 +- homeassistant/components/panel_custom/manifest.json | 2 +- homeassistant/components/panel_iframe/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/frontend/manifest.json b/homeassistant/components/frontend/manifest.json index 45b1f0ff351ad9..c2f5e89dc51d29 100644 --- a/homeassistant/components/frontend/manifest.json +++ b/homeassistant/components/frontend/manifest.json @@ -15,6 +15,6 @@ "websocket_api" ], "codeowners": [ - "@home-assistant/core" + "@home-assistant/frontend" ] } diff --git a/homeassistant/components/lovelace/manifest.json b/homeassistant/components/lovelace/manifest.json index 1c1a7a107e4fb0..dd8da40efe41a9 100644 --- a/homeassistant/components/lovelace/manifest.json +++ b/homeassistant/components/lovelace/manifest.json @@ -5,6 +5,6 @@ "requirements": [], "dependencies": [], "codeowners": [ - "@home-assistant/core" + "@home-assistant/frontend" ] } diff --git a/homeassistant/components/panel_custom/manifest.json b/homeassistant/components/panel_custom/manifest.json index 5fb7adb2a4aca6..06c9338742cb0a 100644 --- a/homeassistant/components/panel_custom/manifest.json +++ b/homeassistant/components/panel_custom/manifest.json @@ -7,6 +7,6 @@ "frontend" ], "codeowners": [ - "@home-assistant/core" + "@home-assistant/frontend" ] } diff --git a/homeassistant/components/panel_iframe/manifest.json b/homeassistant/components/panel_iframe/manifest.json index 127ff3caa4d64a..e66f94bdcc20f3 100644 --- a/homeassistant/components/panel_iframe/manifest.json +++ b/homeassistant/components/panel_iframe/manifest.json @@ -7,6 +7,6 @@ "frontend" ], "codeowners": [ - "@home-assistant/core" + "@home-assistant/frontend" ] }