From 7b52dc5abcb5bede6b0aa621ccb1567a99e8740a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Apr 2022 16:04:09 +0200 Subject: [PATCH] Remove myself from PVOutput codeowners (#69957) --- CODEOWNERS | 4 ++-- homeassistant/components/pvoutput/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e3ba992d043..5c64511ff09 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -795,8 +795,8 @@ build.json @home-assistant/supervisor /tests/components/pure_energie/ @klaasnicolaas /homeassistant/components/push/ @dgomes /tests/components/push/ @dgomes -/homeassistant/components/pvoutput/ @fabaff @frenck -/tests/components/pvoutput/ @fabaff @frenck +/homeassistant/components/pvoutput/ @frenck +/tests/components/pvoutput/ @frenck /homeassistant/components/pvpc_hourly_pricing/ @azogue /tests/components/pvpc_hourly_pricing/ @azogue /homeassistant/components/qbittorrent/ @geoffreylagaisse diff --git a/homeassistant/components/pvoutput/manifest.json b/homeassistant/components/pvoutput/manifest.json index 021fffe0e01..947238df833 100644 --- a/homeassistant/components/pvoutput/manifest.json +++ b/homeassistant/components/pvoutput/manifest.json @@ -3,7 +3,7 @@ "name": "PVOutput", "documentation": "https://www.home-assistant.io/integrations/pvoutput", "config_flow": true, - "codeowners": ["@fabaff", "@frenck"], + "codeowners": ["@frenck"], "requirements": ["pvo==0.2.2"], "iot_class": "cloud_polling", "quality_scale": "platinum"