From c621c5df39f33dc98fe0351612a2e5f773e90a78 Mon Sep 17 00:00:00 2001 From: Chris Straffon Date: Tue, 14 Nov 2023 15:40:55 +0000 Subject: [PATCH] Removed codeowner for growatt_server (#103970) --- CODEOWNERS | 2 -- homeassistant/components/growatt_server/manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 20f0e67f74e..1be408045cc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -490,8 +490,6 @@ build.json @home-assistant/supervisor /tests/components/greeneye_monitor/ @jkeljo /homeassistant/components/group/ @home-assistant/core /tests/components/group/ @home-assistant/core -/homeassistant/components/growatt_server/ @muppet3000 -/tests/components/growatt_server/ @muppet3000 /homeassistant/components/guardian/ @bachya /tests/components/guardian/ @bachya /homeassistant/components/habitica/ @ASMfreaK @leikoilja diff --git a/homeassistant/components/growatt_server/manifest.json b/homeassistant/components/growatt_server/manifest.json index a21c811af47..d872474f1da 100644 --- a/homeassistant/components/growatt_server/manifest.json +++ b/homeassistant/components/growatt_server/manifest.json @@ -1,7 +1,7 @@ { "domain": "growatt_server", "name": "Growatt", - "codeowners": ["@muppet3000"], + "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/growatt_server", "iot_class": "cloud_polling",