Release ownership of amcrest integration (#49086)

I no longer use this integration and others have taken over maintenance.
This commit is contained in:
Phil Bruckner 2021-04-11 21:44:22 -05:00 committed by GitHub
parent c7d19d5115
commit f538ea1827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ homeassistant/components/almond/* @gcampax @balloob
homeassistant/components/alpha_vantage/* @fabaff
homeassistant/components/ambiclimate/* @danielhiversen
homeassistant/components/ambient_station/* @bachya
homeassistant/components/amcrest/* @pnbruckner
homeassistant/components/analytics/* @home-assistant/core @ludeeus
homeassistant/components/androidtv/* @JeffLIrion
homeassistant/components/apache_kafka/* @bachya

View File

@ -4,5 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/amcrest",
"requirements": ["amcrest==1.7.1"],
"dependencies": ["ffmpeg"],
"codeowners": ["@pnbruckner"]
"codeowners": []
}