From 4f2ff9a4f4024ddeaf83d4dd63f7cdb6a9f57679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sander=20Blomv=C3=A5gnes?= <54621884+SanderBlom@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:26:24 +0100 Subject: [PATCH] Add codeowner and integration_type to Entur manifest (#158543) --- CODEOWNERS | 2 +- homeassistant/components/entur_public_transport/manifest.json | 3 ++- homeassistant/generated/integrations.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index da21bfb1697..990b48f6528 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -464,7 +464,7 @@ build.json @home-assistant/supervisor /tests/components/enigma2/ @autinerd /homeassistant/components/enphase_envoy/ @bdraco @cgarwood @catsmanac /tests/components/enphase_envoy/ @bdraco @cgarwood @catsmanac -/homeassistant/components/entur_public_transport/ @hfurubotten +/homeassistant/components/entur_public_transport/ @hfurubotten @SanderBlom /homeassistant/components/environment_canada/ @gwww @michaeldavie /tests/components/environment_canada/ @gwww @michaeldavie /homeassistant/components/ephember/ @ttroy50 @roberty99 diff --git a/homeassistant/components/entur_public_transport/manifest.json b/homeassistant/components/entur_public_transport/manifest.json index 5e25eb4b4a7..f67867fe07b 100644 --- a/homeassistant/components/entur_public_transport/manifest.json +++ b/homeassistant/components/entur_public_transport/manifest.json @@ -1,8 +1,9 @@ { "domain": "entur_public_transport", "name": "Entur", - "codeowners": ["@hfurubotten"], + "codeowners": ["@hfurubotten", "@SanderBlom"], "documentation": "https://www.home-assistant.io/integrations/entur_public_transport", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["enturclient"], "quality_scale": "legacy", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 1af4b85db66..27cecd387bb 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1776,7 +1776,7 @@ }, "entur_public_transport": { "name": "Entur", - "integration_type": "hub", + "integration_type": "service", "config_flow": false, "iot_class": "cloud_polling" },