From cd52a8afe5c19f3c7245260eb3a2b93f178e4634 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 20 Apr 2022 10:56:33 +0200 Subject: [PATCH] Remove myself from arest codeowners (#70314) --- CODEOWNERS | 1 - homeassistant/components/arest/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index fb8be9dfa1d..87284e36df3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -81,7 +81,6 @@ build.json @home-assistant/supervisor /tests/components/aprs/ @PhilRW /homeassistant/components/arcam_fmj/ @elupus /tests/components/arcam_fmj/ @elupus -/homeassistant/components/arest/ @fabaff /homeassistant/components/arris_tg2492lg/ @vanbalken /homeassistant/components/aseko_pool_live/ @milanmeu /tests/components/aseko_pool_live/ @milanmeu diff --git a/homeassistant/components/arest/manifest.json b/homeassistant/components/arest/manifest.json index 8a3b676c518..b59cea33d07 100644 --- a/homeassistant/components/arest/manifest.json +++ b/homeassistant/components/arest/manifest.json @@ -2,6 +2,6 @@ "domain": "arest", "name": "aREST", "documentation": "https://www.home-assistant.io/integrations/arest", - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "local_polling" }