From 60dcd24bf9961a4648c7b870ba1d24a75e53cdf3 Mon Sep 17 00:00:00 2001 From: Malene Trab Date: Wed, 22 Nov 2023 13:32:36 +0100 Subject: [PATCH] Remove MTrab from Repetier CodeOwners (#104356) Co-authored-by: Franck Nijhof --- CODEOWNERS | 2 +- homeassistant/components/repetier/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index fe45e9c2fca..342f0d35a9b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1055,7 +1055,7 @@ build.json @home-assistant/supervisor /tests/components/reolink/ @starkillerOG /homeassistant/components/repairs/ @home-assistant/core /tests/components/repairs/ @home-assistant/core -/homeassistant/components/repetier/ @MTrab @ShadowBr0ther +/homeassistant/components/repetier/ @ShadowBr0ther /homeassistant/components/rflink/ @javicalle /tests/components/rflink/ @javicalle /homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221 diff --git a/homeassistant/components/repetier/manifest.json b/homeassistant/components/repetier/manifest.json index 5ad3db89ba0..dfddb298284 100644 --- a/homeassistant/components/repetier/manifest.json +++ b/homeassistant/components/repetier/manifest.json @@ -1,7 +1,7 @@ { "domain": "repetier", "name": "Repetier-Server", - "codeowners": ["@MTrab", "@ShadowBr0ther"], + "codeowners": ["@ShadowBr0ther"], "documentation": "https://www.home-assistant.io/integrations/repetier", "iot_class": "local_polling", "loggers": ["pyrepetierng"],