Add new codeowners to scrape (#80569)
This commit is contained in:
parent
a04c9892e7
commit
ddba653158
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue