From 2b049753321d75fe5262733c016ef004c0059938 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 15 Mar 2024 23:42:04 +0100 Subject: [PATCH] Remove danielperna84 as codeowner (#109662) * Remove danielperna84 as codeowner * Update CODEOWNERS --- CODEOWNERS | 4 ++-- homeassistant/components/homematic/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b81fade1402..abeddd439ab 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -570,8 +570,8 @@ build.json @home-assistant/supervisor /tests/components/homekit/ @bdraco /homeassistant/components/homekit_controller/ @Jc2k @bdraco /tests/components/homekit_controller/ @Jc2k @bdraco -/homeassistant/components/homematic/ @pvizeli @danielperna84 -/tests/components/homematic/ @pvizeli @danielperna84 +/homeassistant/components/homematic/ @pvizeli +/tests/components/homematic/ @pvizeli /homeassistant/components/homewizard/ @DCSBL /tests/components/homewizard/ @DCSBL /homeassistant/components/honeywell/ @rdfurman @mkmer diff --git a/homeassistant/components/homematic/manifest.json b/homeassistant/components/homematic/manifest.json index 063f48d74b4..9c67a5da0b2 100644 --- a/homeassistant/components/homematic/manifest.json +++ b/homeassistant/components/homematic/manifest.json @@ -1,7 +1,7 @@ { "domain": "homematic", "name": "Homematic", - "codeowners": ["@pvizeli", "@danielperna84"], + "codeowners": ["@pvizeli"], "documentation": "https://www.home-assistant.io/integrations/homematic", "iot_class": "local_push", "loggers": ["pyhomematic"],