From c2ba096224a99f873de059bfb57e8773208ca245 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 18:25:12 +0200 Subject: [PATCH] Remove myself from alpha_vantage codeowners (#70034) --- CODEOWNERS | 1 - homeassistant/components/alpha_vantage/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 34e0b0be1ff..e3b9c009281 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -56,7 +56,6 @@ build.json @home-assistant/supervisor /tests/components/alexa/ @home-assistant/cloud @ochlocracy /homeassistant/components/almond/ @gcampax @balloob /tests/components/almond/ @gcampax @balloob -/homeassistant/components/alpha_vantage/ @fabaff /homeassistant/components/ambee/ @frenck /tests/components/ambee/ @frenck /homeassistant/components/amberelectric/ @madpilot diff --git a/homeassistant/components/alpha_vantage/manifest.json b/homeassistant/components/alpha_vantage/manifest.json index b608d18bb7a..47930322787 100644 --- a/homeassistant/components/alpha_vantage/manifest.json +++ b/homeassistant/components/alpha_vantage/manifest.json @@ -3,7 +3,7 @@ "name": "Alpha Vantage", "documentation": "https://www.home-assistant.io/integrations/alpha_vantage", "requirements": ["alpha_vantage==2.3.1"], - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "cloud_polling", "loggers": ["alpha_vantage"] }