From 123a7f9a638a436d29a7c6400a22539f72b8414b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Apr 2022 16:09:02 +0200 Subject: [PATCH] Remove myself from InfluxDB codeowners (#69964) --- CODEOWNERS | 4 ++-- homeassistant/components/influxdb/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7f7b6a8ecee..1e1e47e44a8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/influxdb/manifest.json b/homeassistant/components/influxdb/manifest.json index df2feab5146..a751c84b650 100644 --- a/homeassistant/components/influxdb/manifest.json +++ b/homeassistant/components/influxdb/manifest.json @@ -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"] }