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