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