From f12d5ba368fc925c2a42c9d5c3ec80d04c34bf46 Mon Sep 17 00:00:00 2001 From: Martin Eberhardt Date: Wed, 6 Mar 2024 06:30:10 +0100 Subject: [PATCH] Remove myself as maintainer of the Rejseplanen integration (#112426) * Remove myself as maintainer of the Rejseplanen integration Unfortunately I don't have the time or energy to maintain the integration. I have made a post on the Danish HA Facebook group, encouraging someone to take over. https://www.facebook.com/groups/209025039666209/posts/1515990205636346/ * Update CODEOWNERS --- CODEOWNERS | 1 - homeassistant/components/rejseplanen/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 31da9f521ba..d4d1e70388f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1093,7 +1093,6 @@ build.json @home-assistant/supervisor /tests/components/recovery_mode/ @home-assistant/core /homeassistant/components/refoss/ @ashionky /tests/components/refoss/ @ashionky -/homeassistant/components/rejseplanen/ @DarkFox /homeassistant/components/remote/ @home-assistant/core /tests/components/remote/ @home-assistant/core /homeassistant/components/renault/ @epenet diff --git a/homeassistant/components/rejseplanen/manifest.json b/homeassistant/components/rejseplanen/manifest.json index a54bc1f075b..72da7a65f45 100644 --- a/homeassistant/components/rejseplanen/manifest.json +++ b/homeassistant/components/rejseplanen/manifest.json @@ -1,7 +1,7 @@ { "domain": "rejseplanen", "name": "Rejseplanen", - "codeowners": ["@DarkFox"], + "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/rejseplanen", "iot_class": "cloud_polling", "loggers": ["rjpl"],