From d3e2d2eb40d09c816ba2f5438c08658d74bfa476 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 May 2022 11:31:03 +0200 Subject: [PATCH] Remove myself from shiftr codeowners (#71517) --- CODEOWNERS | 1 - homeassistant/components/shiftr/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b8d737cdfb7..e1f9e82551e 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 e3d27b6b4fc..932571a977e 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"] }