Remove myself from alpha_vantage codeowners (#70034)

This commit is contained in:
Fabian Affolter 2022-04-14 18:25:12 +02:00 committed by GitHub
parent 8886f1c4c0
commit c2ba096224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ build.json @home-assistant/supervisor
/tests/components/alexa/ @home-assistant/cloud @ochlocracy /tests/components/alexa/ @home-assistant/cloud @ochlocracy
/homeassistant/components/almond/ @gcampax @balloob /homeassistant/components/almond/ @gcampax @balloob
/tests/components/almond/ @gcampax @balloob /tests/components/almond/ @gcampax @balloob
/homeassistant/components/alpha_vantage/ @fabaff
/homeassistant/components/ambee/ @frenck /homeassistant/components/ambee/ @frenck
/tests/components/ambee/ @frenck /tests/components/ambee/ @frenck
/homeassistant/components/amberelectric/ @madpilot /homeassistant/components/amberelectric/ @madpilot

View File

@ -3,7 +3,7 @@
"name": "Alpha Vantage", "name": "Alpha Vantage",
"documentation": "https://www.home-assistant.io/integrations/alpha_vantage", "documentation": "https://www.home-assistant.io/integrations/alpha_vantage",
"requirements": ["alpha_vantage==2.3.1"], "requirements": ["alpha_vantage==2.3.1"],
"codeowners": ["@fabaff"], "codeowners": [],
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["alpha_vantage"] "loggers": ["alpha_vantage"]
} }