From ed3ebdfea52b222560ee6cae21c84f1e73df4d9a Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:15:59 +0200 Subject: [PATCH] Remove myself from scrape codeowners (#97524) --- CODEOWNERS | 4 ++-- homeassistant/components/scrape/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f85b796b145..aa2630ba46d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1080,8 +1080,8 @@ build.json @home-assistant/supervisor /homeassistant/components/schlage/ @dknowles2 /tests/components/schlage/ @dknowles2 /homeassistant/components/schluter/ @prairieapps -/homeassistant/components/scrape/ @fabaff @gjohansson-ST @epenet -/tests/components/scrape/ @fabaff @gjohansson-ST @epenet +/homeassistant/components/scrape/ @fabaff @gjohansson-ST +/tests/components/scrape/ @fabaff @gjohansson-ST /homeassistant/components/screenlogic/ @dieselrabbit @bdraco /tests/components/screenlogic/ @dieselrabbit @bdraco /homeassistant/components/script/ @home-assistant/core diff --git a/homeassistant/components/scrape/manifest.json b/homeassistant/components/scrape/manifest.json index 42f9fdb05d5..23845cc2eac 100644 --- a/homeassistant/components/scrape/manifest.json +++ b/homeassistant/components/scrape/manifest.json @@ -2,7 +2,7 @@ "domain": "scrape", "name": "Scrape", "after_dependencies": ["rest"], - "codeowners": ["@fabaff", "@gjohansson-ST", "@epenet"], + "codeowners": ["@fabaff", "@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/scrape", "iot_class": "cloud_polling",