diff --git a/CODEOWNERS b/CODEOWNERS index cb559a7d7bb..94360a4f45b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/statistics/manifest.json b/homeassistant/components/statistics/manifest.json index 6a41dec447b..04b5277ecf5 100644 --- a/homeassistant/components/statistics/manifest.json +++ b/homeassistant/components/statistics/manifest.json @@ -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"