mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add new codeowners to scrape (#80569)
This commit is contained in:
parent
a04c9892e7
commit
ddba653158
@ -966,8 +966,8 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/schedule/ @home-assistant/core
|
/homeassistant/components/schedule/ @home-assistant/core
|
||||||
/tests/components/schedule/ @home-assistant/core
|
/tests/components/schedule/ @home-assistant/core
|
||||||
/homeassistant/components/schluter/ @prairieapps
|
/homeassistant/components/schluter/ @prairieapps
|
||||||
/homeassistant/components/scrape/ @fabaff
|
/homeassistant/components/scrape/ @fabaff @gjohansson-ST @epenet
|
||||||
/tests/components/scrape/ @fabaff
|
/tests/components/scrape/ @fabaff @gjohansson-ST @epenet
|
||||||
/homeassistant/components/screenlogic/ @dieselrabbit @bdraco
|
/homeassistant/components/screenlogic/ @dieselrabbit @bdraco
|
||||||
/tests/components/screenlogic/ @dieselrabbit @bdraco
|
/tests/components/screenlogic/ @dieselrabbit @bdraco
|
||||||
/homeassistant/components/script/ @home-assistant/core
|
/homeassistant/components/script/ @home-assistant/core
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
"documentation": "https://www.home-assistant.io/integrations/scrape",
|
||||||
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"],
|
"requirements": ["beautifulsoup4==4.11.1", "lxml==4.9.1"],
|
||||||
"after_dependencies": ["rest"],
|
"after_dependencies": ["rest"],
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff", "@gjohansson-ST", "@epenet"],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user