From 132bc5a4f2c9a976dd30ac9658319e4e662d3ba7 Mon Sep 17 00:00:00 2001 From: Chris Straffon Date: Sun, 12 Feb 2023 19:12:05 +0000 Subject: [PATCH] Update growatt_server owners (#87804) --- CODEOWNERS | 4 ++-- homeassistant/components/growatt_server/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f241f08e1ac..318984b805a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -458,8 +458,8 @@ 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/ @indykoning @muppet3000 @JasperPlant -/tests/components/growatt_server/ @indykoning @muppet3000 @JasperPlant +/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 b10c5f85215..7cdf12ab6bd 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": ["@indykoning", "@muppet3000", "@JasperPlant"], + "codeowners": ["@muppet3000"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/growatt_server/", "iot_class": "cloud_polling",