mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to here_travel_time (#159092)
This commit is contained in:
committed by
GitHub
parent
39c5983571
commit
5209f4d296
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@eifinger"],
|
"codeowners": ["@eifinger"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/here_travel_time",
|
"documentation": "https://www.home-assistant.io/integrations/here_travel_time",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["here_routing", "here_transit", "homeassistant.helpers.location"],
|
"loggers": ["here_routing", "here_transit", "homeassistant.helpers.location"],
|
||||||
"requirements": ["here-routing==1.2.0", "here-transit==1.2.1"]
|
"requirements": ["here-routing==1.2.0", "here-transit==1.2.1"]
|
||||||
|
|||||||
@@ -2696,7 +2696,7 @@
|
|||||||
},
|
},
|
||||||
"here_travel_time": {
|
"here_travel_time": {
|
||||||
"name": "HERE Travel Time",
|
"name": "HERE Travel Time",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user