Remove myself from Glances codeowners (#69962)

This commit is contained in:
Fabian Affolter 2022-04-13 16:05:14 +02:00 committed by GitHub
parent 7b52dc5abc
commit 7a3e995030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -382,8 +382,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/github/ @timmo001 @ludeeus
/tests/components/github/ @timmo001 @ludeeus
/homeassistant/components/gitter/ @fabaff
/homeassistant/components/glances/ @fabaff @engrbm87
/tests/components/glances/ @fabaff @engrbm87
/homeassistant/components/glances/ @engrbm87
/tests/components/glances/ @engrbm87
/homeassistant/components/goalzero/ @tkdrob
/tests/components/goalzero/ @tkdrob
/homeassistant/components/gogogate2/ @vangorra @bdraco

View File

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/glances",
"requirements": ["glances_api==0.3.4"],
"codeowners": ["@fabaff", "@engrbm87"],
"codeowners": ["@engrbm87"],
"iot_class": "local_polling",
"loggers": ["glances_api"]
}