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",