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"] }