Remove myself as codeowner for unifiprotect (#118824)

This commit is contained in:
J. Nick Koston 2024-06-04 13:21:56 -05:00 committed by Franck Nijhof
parent 119d4c2316
commit 5beff34069
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 4 deletions

View File

@ -1486,8 +1486,6 @@ build.json @home-assistant/supervisor
/tests/components/unifi/ @Kane610 /tests/components/unifi/ @Kane610
/homeassistant/components/unifi_direct/ @tofuSCHNITZEL /homeassistant/components/unifi_direct/ @tofuSCHNITZEL
/homeassistant/components/unifiled/ @florisvdk /homeassistant/components/unifiled/ @florisvdk
/homeassistant/components/unifiprotect/ @bdraco
/tests/components/unifiprotect/ @bdraco
/homeassistant/components/upb/ @gwww /homeassistant/components/upb/ @gwww
/tests/components/upb/ @gwww /tests/components/upb/ @gwww
/homeassistant/components/upc_connect/ @pvizeli @fabaff /homeassistant/components/upc_connect/ @pvizeli @fabaff

View File

@ -1,7 +1,7 @@
{ {
"domain": "unifiprotect", "domain": "unifiprotect",
"name": "UniFi Protect", "name": "UniFi Protect",
"codeowners": ["@bdraco"], "codeowners": [],
"config_flow": true, "config_flow": true,
"dependencies": ["http", "repairs"], "dependencies": ["http", "repairs"],
"dhcp": [ "dhcp": [
@ -40,7 +40,6 @@
"integration_type": "hub", "integration_type": "hub",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["pyunifiprotect", "unifi_discovery"], "loggers": ["pyunifiprotect", "unifi_discovery"],
"quality_scale": "platinum",
"requirements": ["pyunifiprotect==5.1.2", "unifi-discovery==1.1.8"], "requirements": ["pyunifiprotect==5.1.2", "unifi-discovery==1.1.8"],
"ssdp": [ "ssdp": [
{ {