Remove the alarm_control_panel CODEOWNER (#29114)

Although I originally contributed this component, I no longer use it myself and haven't been following the internal development of HA, so I'm no longer a good person to review any further changes to this component.  I would therefore like to relinquish my CODEOWNER status over this component.
This commit is contained in:
Colin O'Dell 2019-11-26 15:57:45 -05:00 committed by Martin Hjelmare
parent 4ea47333d8
commit 0849d42dc6
2 changed files with 1 additions and 4 deletions

View File

@ -17,7 +17,6 @@ homeassistant/components/abode/* @shred86
homeassistant/components/adguard/* @frenck
homeassistant/components/airly/* @bieniu
homeassistant/components/airvisual/* @bachya
homeassistant/components/alarm_control_panel/* @colinodell
homeassistant/components/alexa/* @home-assistant/cloud @ochlocracy
homeassistant/components/almond/* @gcampax @balloob
homeassistant/components/alpha_vantage/* @fabaff

View File

@ -4,7 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/alarm_control_panel",
"requirements": [],
"dependencies": [],
"codeowners": [
"@colinodell"
]
"codeowners": []
}