Remove myself from InfluxDB codeowners (#69964)

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

View File

@ -476,8 +476,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/image_processing/ @home-assistant/core
/tests/components/image_processing/ @home-assistant/core
/homeassistant/components/incomfort/ @zxdavb
/homeassistant/components/influxdb/ @fabaff @mdegat01
/tests/components/influxdb/ @fabaff @mdegat01
/homeassistant/components/influxdb/ @mdegat01
/tests/components/influxdb/ @mdegat01
/homeassistant/components/input_boolean/ @home-assistant/core
/tests/components/input_boolean/ @home-assistant/core
/homeassistant/components/input_button/ @home-assistant/core

View File

@ -3,7 +3,7 @@
"name": "InfluxDB",
"documentation": "https://www.home-assistant.io/integrations/influxdb",
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"],
"codeowners": ["@fabaff", "@mdegat01"],
"codeowners": ["@mdegat01"],
"iot_class": "local_push",
"loggers": ["influxdb", "influxdb_client"]
}