1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

Remove myself as codeowner (#25043)

This commit is contained in:
cdce8p 2019-07-10 17:36:17 +02:00 committed by Paulus Schoutsen
parent c1c2159dee
commit 98ba015f06
3 changed files with 1 additions and 6 deletions

View File

@ -116,7 +116,6 @@ homeassistant/components/history/* @home-assistant/core
homeassistant/components/history_graph/* @andrey-git
homeassistant/components/hive/* @Rendili @KJonline
homeassistant/components/homeassistant/* @home-assistant/core
homeassistant/components/homekit/* @cdce8p
homeassistant/components/homekit_controller/* @Jc2k
homeassistant/components/homematic/* @pvizeli @danielperna84
homeassistant/components/honeywell/* @zxdavb
@ -308,5 +307,4 @@ homeassistant/components/zoneminder/* @rohankapoorcom
homeassistant/components/zwave/* @home-assistant/z-wave
# Individual files
homeassistant/components/group/cover @cdce8p
homeassistant/components/demo/weather @fabaff

View File

@ -6,7 +6,5 @@
"HAP-python==2.5.0"
],
"dependencies": [],
"codeowners": [
"@cdce8p"
]
"codeowners": []
}

View File

@ -27,7 +27,6 @@ homeassistant/scripts/check_config.py @kellerza
INDIVIDUAL_FILES = """
# Individual files
homeassistant/components/group/cover @cdce8p
homeassistant/components/demo/weather @fabaff
"""