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",