From c5eb04bc2ea2acd0eb75b170aa2ec55d69993e6d Mon Sep 17 00:00:00 2001 From: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> Date: Fri, 18 Sep 2026 06:55:55 +0200 Subject: [PATCH] Add codeowner for Volkszaehler integration (#182503) --- CODEOWNERS | 2 ++ homeassistant/components/volkszaehler/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",