Remove myself from Flock codeowners (#69973)

This commit is contained in:
Fabian Affolter 2022-04-13 16:11:47 +02:00 committed by GitHub
parent 123a7f9a63
commit 427f3da6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -332,7 +332,6 @@ build.json @home-assistant/supervisor
/tests/components/flipr/ @cnico
/homeassistant/components/flo/ @dmulcahey
/tests/components/flo/ @dmulcahey
/homeassistant/components/flock/ @fabaff
/homeassistant/components/flume/ @ChrisMandich @bdraco
/tests/components/flume/ @ChrisMandich @bdraco
/homeassistant/components/flunearyou/ @bachya

View File

@ -2,6 +2,6 @@
"domain": "flock",
"name": "Flock",
"documentation": "https://www.home-assistant.io/integrations/flock",
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "cloud_push"
}