Set codeowner of weather to @home-assistant/core (#73915)

This commit is contained in:
Erik Montnemery 2022-06-23 19:50:46 +02:00 committed by GitHub
parent e874ba2a42
commit 17d839df79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1162,8 +1162,8 @@ build.json @home-assistant/supervisor
/tests/components/watttime/ @bachya
/homeassistant/components/waze_travel_time/ @eifinger
/tests/components/waze_travel_time/ @eifinger
/homeassistant/components/weather/ @fabaff
/tests/components/weather/ @fabaff
/homeassistant/components/weather/ @home-assistant/core
/tests/components/weather/ @home-assistant/core
/homeassistant/components/webhook/ @home-assistant/core
/tests/components/webhook/ @home-assistant/core
/homeassistant/components/webostv/ @bendavid @thecode

View File

@ -2,6 +2,6 @@
"domain": "weather",
"name": "Weather",
"documentation": "https://www.home-assistant.io/integrations/weather",
"codeowners": ["@fabaff"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"
}