From 44591c5258b3f17061a793761f60a9ba2eeac8b9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 May 2022 10:52:39 +0200 Subject: [PATCH] Remove myself from codeowners --- CODEOWNERS | 1 - homeassistant/components/shiftr/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b8d737cdfb7d16..e1f9e82551e337 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -899,7 +899,6 @@ build.json @home-assistant/supervisor /tests/components/shell_command/ @home-assistant/core /homeassistant/components/shelly/ @balloob @bieniu @thecode @chemelli74 /tests/components/shelly/ @balloob @bieniu @thecode @chemelli74 -/homeassistant/components/shiftr/ @fabaff /homeassistant/components/shodan/ @fabaff /homeassistant/components/sia/ @eavanvalkenburg /tests/components/sia/ @eavanvalkenburg diff --git a/homeassistant/components/shiftr/manifest.json b/homeassistant/components/shiftr/manifest.json index e3d27b6b4fc1cb..932571a977eea9 100644 --- a/homeassistant/components/shiftr/manifest.json +++ b/homeassistant/components/shiftr/manifest.json @@ -3,7 +3,7 @@ "name": "shiftr.io", "documentation": "https://www.home-assistant.io/integrations/shiftr", "requirements": ["paho-mqtt==1.6.1"], - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "cloud_push", "loggers": ["paho"] }