Add secondary codeowner to statistics integration (#62622)

This commit is contained in:
Thomas Dietrich 2021-12-22 21:22:57 +01:00 committed by GitHub
parent a49aa065b7
commit 0b8cf47613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -871,8 +871,8 @@ homeassistant/components/srp_energy/* @briglx
tests/components/srp_energy/* @briglx
homeassistant/components/starline/* @anonym-tsk
tests/components/starline/* @anonym-tsk
homeassistant/components/statistics/* @fabaff
tests/components/statistics/* @fabaff
homeassistant/components/statistics/* @fabaff @ThomDietrich
tests/components/statistics/* @fabaff @ThomDietrich
homeassistant/components/stiebel_eltron/* @fucm
homeassistant/components/stookalert/* @fwestenberg @frenck
tests/components/stookalert/* @fwestenberg @frenck

View File

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