Add codeowner and integration_type to Entur manifest (#158543)

This commit is contained in:
Sander Blomvågnes
2025-12-10 15:26:24 +01:00
committed by GitHub
parent a8a135c2ca
commit 4f2ff9a4f4
3 changed files with 4 additions and 3 deletions

2
CODEOWNERS generated
View File

@@ -464,7 +464,7 @@ build.json @home-assistant/supervisor
/tests/components/enigma2/ @autinerd /tests/components/enigma2/ @autinerd
/homeassistant/components/enphase_envoy/ @bdraco @cgarwood @catsmanac /homeassistant/components/enphase_envoy/ @bdraco @cgarwood @catsmanac
/tests/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 /homeassistant/components/environment_canada/ @gwww @michaeldavie
/tests/components/environment_canada/ @gwww @michaeldavie /tests/components/environment_canada/ @gwww @michaeldavie
/homeassistant/components/ephember/ @ttroy50 @roberty99 /homeassistant/components/ephember/ @ttroy50 @roberty99

View File

@@ -1,8 +1,9 @@
{ {
"domain": "entur_public_transport", "domain": "entur_public_transport",
"name": "Entur", "name": "Entur",
"codeowners": ["@hfurubotten"], "codeowners": ["@hfurubotten", "@SanderBlom"],
"documentation": "https://www.home-assistant.io/integrations/entur_public_transport", "documentation": "https://www.home-assistant.io/integrations/entur_public_transport",
"integration_type": "service",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["enturclient"], "loggers": ["enturclient"],
"quality_scale": "legacy", "quality_scale": "legacy",

View File

@@ -1776,7 +1776,7 @@
}, },
"entur_public_transport": { "entur_public_transport": {
"name": "Entur", "name": "Entur",
"integration_type": "hub", "integration_type": "service",
"config_flow": false, "config_flow": false,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },