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"] }