mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +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"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/here_travel_time",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["here_routing", "here_transit", "homeassistant.helpers.location"],
|
||||
"requirements": ["here-routing==1.2.0", "here-transit==1.2.1"]
|
||||
|
||||
@@ -2696,7 +2696,7 @@
|
||||
},
|
||||
"here_travel_time": {
|
||||
"name": "HERE Travel Time",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user