From 8870991802c754dabae43d328beca029fdf06788 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Thu, 12 Oct 2023 17:07:11 +0200 Subject: [PATCH] Remove codeowner Trafikverket (#101881) --- CODEOWNERS | 8 ++++---- homeassistant/components/trafikverket_train/manifest.json | 2 +- .../components/trafikverket_weatherstation/manifest.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d35d1d964fb..33f5fb766b4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1323,10 +1323,10 @@ build.json @home-assistant/supervisor /tests/components/trafikverket_camera/ @gjohansson-ST /homeassistant/components/trafikverket_ferry/ @gjohansson-ST /tests/components/trafikverket_ferry/ @gjohansson-ST -/homeassistant/components/trafikverket_train/ @endor-force @gjohansson-ST -/tests/components/trafikverket_train/ @endor-force @gjohansson-ST -/homeassistant/components/trafikverket_weatherstation/ @endor-force @gjohansson-ST -/tests/components/trafikverket_weatherstation/ @endor-force @gjohansson-ST +/homeassistant/components/trafikverket_train/ @gjohansson-ST +/tests/components/trafikverket_train/ @gjohansson-ST +/homeassistant/components/trafikverket_weatherstation/ @gjohansson-ST +/tests/components/trafikverket_weatherstation/ @gjohansson-ST /homeassistant/components/transmission/ @engrbm87 @JPHutchins /tests/components/transmission/ @engrbm87 @JPHutchins /homeassistant/components/trend/ @jpbede diff --git a/homeassistant/components/trafikverket_train/manifest.json b/homeassistant/components/trafikverket_train/manifest.json index f81c2e0bf76..b1dd39c5156 100644 --- a/homeassistant/components/trafikverket_train/manifest.json +++ b/homeassistant/components/trafikverket_train/manifest.json @@ -1,7 +1,7 @@ { "domain": "trafikverket_train", "name": "Trafikverket Train", - "codeowners": ["@endor-force", "@gjohansson-ST"], + "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/trafikverket_train", "iot_class": "cloud_polling", diff --git a/homeassistant/components/trafikverket_weatherstation/manifest.json b/homeassistant/components/trafikverket_weatherstation/manifest.json index cb16cd62d36..d9b4f20eeb7 100644 --- a/homeassistant/components/trafikverket_weatherstation/manifest.json +++ b/homeassistant/components/trafikverket_weatherstation/manifest.json @@ -1,7 +1,7 @@ { "domain": "trafikverket_weatherstation", "name": "Trafikverket Weather Station", - "codeowners": ["@endor-force", "@gjohansson-ST"], + "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/trafikverket_weatherstation", "iot_class": "cloud_polling",