From e571dfe571387396f505582af1194134421d11ba Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 5 Oct 2023 20:45:26 +0000 Subject: [PATCH] Add codeowner for Aranet --- CODEOWNERS | 4 ++-- homeassistant/components/aranet/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 661d21fd95c2f5..53a96111f8830d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -100,8 +100,8 @@ build.json @home-assistant/supervisor /tests/components/apprise/ @caronc /homeassistant/components/aprs/ @PhilRW /tests/components/aprs/ @PhilRW -/homeassistant/components/aranet/ @aschmitz -/tests/components/aranet/ @aschmitz +/homeassistant/components/aranet/ @aschmitz @thecode +/tests/components/aranet/ @aschmitz @thecode /homeassistant/components/arcam_fmj/ @elupus /tests/components/arcam_fmj/ @elupus /homeassistant/components/arris_tg2492lg/ @vanbalken diff --git a/homeassistant/components/aranet/manifest.json b/homeassistant/components/aranet/manifest.json index 03dc0995c1c582..589cdc56e85a32 100644 --- a/homeassistant/components/aranet/manifest.json +++ b/homeassistant/components/aranet/manifest.json @@ -13,7 +13,7 @@ "connectable": false } ], - "codeowners": ["@aschmitz"], + "codeowners": ["@aschmitz", "@thecode"], "config_flow": true, "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/aranet",