Remove myself from volkszaehler codeowners (#71515)

This commit is contained in:
Fabian Affolter 2022-05-08 11:31:33 +02:00 committed by GitHub
parent d3e2d2eb40
commit 71e84dfcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1122,7 +1122,6 @@ build.json @home-assistant/supervisor
/tests/components/vizio/ @raman325
/homeassistant/components/vlc_telnet/ @rodripf @MartinHjelmare
/tests/components/vlc_telnet/ @rodripf @MartinHjelmare
/homeassistant/components/volkszaehler/ @fabaff
/homeassistant/components/volumio/ @OnFreund
/tests/components/volumio/ @OnFreund
/homeassistant/components/volvooncall/ @molobrakos @decompil3d

View File

@ -3,7 +3,7 @@
"name": "Volkszaehler",
"documentation": "https://www.home-assistant.io/integrations/volkszaehler",
"requirements": ["volkszaehler==0.3.2"],
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["volkszaehler"]
}