1
0
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:
Joost Lekkerkerker
2025-12-15 12:20:55 +01:00
committed by GitHub
parent 39c5983571
commit 5209f4d296
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -2696,7 +2696,7 @@
},
"here_travel_time": {
"name": "HERE Travel Time",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},