Skip to content

Commit 4f2ff9a

Browse files
authored
Add codeowner and integration_type to Entur manifest (home-assistant#158543)
1 parent a8a135c commit 4f2ff9a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

homeassistant/components/entur_public_transport/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"domain": "entur_public_transport",
33
"name": "Entur",
4-
"codeowners": ["@hfurubotten"],
4+
"codeowners": ["@hfurubotten", "@SanderBlom"],
55
"documentation": "https://www.home-assistant.io/integrations/entur_public_transport",
6+
"integration_type": "service",
67
"iot_class": "cloud_polling",
78
"loggers": ["enturclient"],
89
"quality_scale": "legacy",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@
17761776
},
17771777
"entur_public_transport": {
17781778
"name": "Entur",
1779-
"integration_type": "hub",
1779+
"integration_type": "service",
17801780
"config_flow": false,
17811781
"iot_class": "cloud_polling"
17821782
},

0 commit comments

Comments
 (0)