Change statistics component ownership (#88692)

This commit is contained in:
Thomas Dietrich 2023-02-24 14:11:40 +01:00 committed by GitHub
parent 84823d2fcf
commit ee8f746808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1138,8 +1138,8 @@ build.json @home-assistant/supervisor
/tests/components/starline/ @anonym-tsk
/homeassistant/components/starlink/ @boswelja
/tests/components/starlink/ @boswelja
/homeassistant/components/statistics/ @fabaff @ThomDietrich
/tests/components/statistics/ @fabaff @ThomDietrich
/homeassistant/components/statistics/ @ThomDietrich
/tests/components/statistics/ @ThomDietrich
/homeassistant/components/steam_online/ @tkdrob
/tests/components/steam_online/ @tkdrob
/homeassistant/components/steamist/ @bdraco

View File

@ -2,7 +2,7 @@
"domain": "statistics",
"name": "Statistics",
"after_dependencies": ["recorder"],
"codeowners": ["@fabaff", "@ThomDietrich"],
"codeowners": ["@ThomDietrich"],
"documentation": "https://www.home-assistant.io/integrations/statistics",
"iot_class": "local_polling",
"quality_scale": "internal"