From 185ce8221b7a18d72ad95f005e5421b4c48823c4 Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Mon, 3 Jun 2024 10:29:54 +0100 Subject: [PATCH] Update the codeowners of the incomfort integration (#118706) --- CODEOWNERS | 2 +- homeassistant/components/incomfort/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bd2e449e6ea..3f1247de891 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -658,7 +658,7 @@ build.json @home-assistant/supervisor /tests/components/imgw_pib/ @bieniu /homeassistant/components/improv_ble/ @emontnemery /tests/components/improv_ble/ @emontnemery -/homeassistant/components/incomfort/ @jbouwh @zxdavb +/homeassistant/components/incomfort/ @jbouwh /homeassistant/components/influxdb/ @mdegat01 /tests/components/influxdb/ @mdegat01 /homeassistant/components/inkbird/ @bdraco diff --git a/homeassistant/components/incomfort/manifest.json b/homeassistant/components/incomfort/manifest.json index 5559b81426c..3b5a1b76e7d 100644 --- a/homeassistant/components/incomfort/manifest.json +++ b/homeassistant/components/incomfort/manifest.json @@ -1,7 +1,7 @@ { "domain": "incomfort", "name": "Intergas InComfort/Intouch Lan2RF gateway", - "codeowners": ["@jbouwh", "@zxdavb"], + "codeowners": ["@jbouwh"], "documentation": "https://www.home-assistant.io/integrations/incomfort", "iot_class": "local_polling", "loggers": ["incomfortclient"],