Remove myself from Gitter codeowners (#69967)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Fabian Affolter 2022-04-13 18:56:42 +02:00 committed by GitHub
parent 52282210d8
commit 471871df4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -380,7 +380,6 @@ build.json @home-assistant/supervisor
/tests/components/gios/ @bieniu
/homeassistant/components/github/ @timmo001 @ludeeus
/tests/components/github/ @timmo001 @ludeeus
/homeassistant/components/gitter/ @fabaff
/homeassistant/components/glances/ @engrbm87
/tests/components/glances/ @engrbm87
/homeassistant/components/goalzero/ @tkdrob

View File

@ -3,7 +3,7 @@
"name": "Gitter",
"documentation": "https://www.home-assistant.io/integrations/gitter",
"requirements": ["gitterpy==0.1.7"],
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "cloud_polling",
"loggers": ["gitterpy"]
}