From a48c7f67b494870b61a136f5b5ad14dff7342cb2 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 27 Aug 2023 20:04:49 +0200 Subject: [PATCH] Remove codeowner from airtouch4 (#99145) --- CODEOWNERS | 2 -- homeassistant/components/airtouch4/manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c5c55876054..df3ebbe1760 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -49,8 +49,6 @@ build.json @home-assistant/supervisor /tests/components/airthings/ @danielhiversen /homeassistant/components/airthings_ble/ @vincegio /tests/components/airthings_ble/ @vincegio -/homeassistant/components/airtouch4/ @LonePurpleWolf -/tests/components/airtouch4/ @LonePurpleWolf /homeassistant/components/airvisual/ @bachya /tests/components/airvisual/ @bachya /homeassistant/components/airvisual_pro/ @bachya diff --git a/homeassistant/components/airtouch4/manifest.json b/homeassistant/components/airtouch4/manifest.json index 1e03a88da6c..e845c278a54 100644 --- a/homeassistant/components/airtouch4/manifest.json +++ b/homeassistant/components/airtouch4/manifest.json @@ -1,7 +1,7 @@ { "domain": "airtouch4", "name": "AirTouch 4", - "codeowners": ["@LonePurpleWolf"], + "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/airtouch4", "iot_class": "local_polling",