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",