From ddba653158b1f53624edeef3ea1d5da04b8eda46 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 19 Oct 2022 03:29:11 +0200 Subject: [PATCH] Add new codeowners to scrape (#80569) --- CODEOWNERS | 4 ++-- homeassistant/components/scrape/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5783cf31cab..60bc4d99a8d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -966,8 +966,8 @@ build.json @home-assistant/supervisor /homeassistant/components/schedule/ @home-assistant/core /tests/components/schedule/ @home-assistant/core /homeassistant/components/schluter/ @prairieapps -/homeassistant/components/scrape/ @fabaff -/tests/components/scrape/ @fabaff +/homeassistant/components/scrape/ @fabaff @gjohansson-ST @epenet +/tests/components/scrape/ @fabaff @gjohansson-ST @epenet /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 4f8ea3d1481..b7e5660e381 100644 --- a/homeassistant/components/scrape/manifest.json +++ b/homeassistant/components/scrape/manifest.json @@ -4,6 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/scrape", "requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"], "after_dependencies": ["rest"], - "codeowners": ["@fabaff"], + "codeowners": ["@fabaff", "@gjohansson-ST", "@epenet"], "iot_class": "cloud_polling" }