Remove @newAM from hdmi_cec codeowners (#47542)

This commit is contained in:
Alex 2021-03-07 09:49:13 -08:00 committed by GitHub
parent 7050c71524
commit a066f84828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -186,7 +186,6 @@ homeassistant/components/guardian/* @bachya
homeassistant/components/habitica/* @ASMfreaK @leikoilja
homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco @mkeesey
homeassistant/components/hassio/* @home-assistant/supervisor
homeassistant/components/hdmi_cec/* @newAM
homeassistant/components/heatmiser/* @andylockran
homeassistant/components/heos/* @andrewsayre
homeassistant/components/here_travel_time/* @eifinger

View File

@ -3,5 +3,5 @@
"name": "HDMI-CEC",
"documentation": "https://www.home-assistant.io/integrations/hdmi_cec",
"requirements": ["pyCEC==0.4.14"],
"codeowners": ["@newAM"]
"codeowners": []
}