diff --git a/CODEOWNERS b/CODEOWNERS index 444ba17de980..099f990624cf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2059,6 +2059,8 @@ CLAUDE.md @home-assistant/core /tests/components/vodafone_station/ @paoloantinori @chemelli74 /homeassistant/components/voip/ @synesthesiam @jaminh /tests/components/voip/ @synesthesiam @jaminh +/homeassistant/components/volkszaehler/ @StefanSchoof +/tests/components/volkszaehler/ @StefanSchoof /homeassistant/components/volumio/ @OnFreund /tests/components/volumio/ @OnFreund /homeassistant/components/volvo/ @thomasddn diff --git a/homeassistant/components/volkszaehler/manifest.json b/homeassistant/components/volkszaehler/manifest.json index 56c5d7a27733..3f9f24b76c43 100644 --- a/homeassistant/components/volkszaehler/manifest.json +++ b/homeassistant/components/volkszaehler/manifest.json @@ -1,7 +1,7 @@ { "domain": "volkszaehler", "name": "Volkszaehler", - "codeowners": [], + "codeowners": ["@StefanSchoof"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/volkszaehler", "integration_type": "device",