From 3a5dd23ba1fbc86f3aea094c675572dc21b65a43 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 28 Aug 2026 14:28:19 +0200 Subject: [PATCH] Add myself to codeowners of iotawatt (#180509) --- CODEOWNERS | 4 ++-- homeassistant/components/iotawatt/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 57f2174a35f9..20bcdf00686e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -920,8 +920,8 @@ CLAUDE.md @home-assistant/core /tests/components/iometer/ @jukrebs /homeassistant/components/ios/ @robbiet480 /tests/components/ios/ @robbiet480 -/homeassistant/components/iotawatt/ @gtdiehl @jyavenard -/tests/components/iotawatt/ @gtdiehl @jyavenard +/homeassistant/components/iotawatt/ @gtdiehl @jyavenard @agners +/tests/components/iotawatt/ @gtdiehl @jyavenard @agners /homeassistant/components/iotty/ @shapournemati-iotty /tests/components/iotty/ @shapournemati-iotty /homeassistant/components/iperf3/ @rohankapoorcom diff --git a/homeassistant/components/iotawatt/manifest.json b/homeassistant/components/iotawatt/manifest.json index ac0d705ab898..4b8d5b97539a 100644 --- a/homeassistant/components/iotawatt/manifest.json +++ b/homeassistant/components/iotawatt/manifest.json @@ -1,7 +1,7 @@ { "domain": "iotawatt", "name": "IoTaWatt", - "codeowners": ["@gtdiehl", "@jyavenard"], + "codeowners": ["@gtdiehl", "@jyavenard", "@agners"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/iotawatt", "integration_type": "device",