mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
Add codeowner and integration_type to Entur manifest (#158543)
This commit is contained in:
committed by
GitHub
parent
a8a135c2ca
commit
4f2ff9a4f4
2
CODEOWNERS
generated
2
CODEOWNERS
generated
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1776,7 +1776,7 @@
|
||||
},
|
||||
"entur_public_transport": {
|
||||
"name": "Entur",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user