diff --git a/homeassistant/components/here_travel_time/manifest.json b/homeassistant/components/here_travel_time/manifest.json index 9d3b622a877f..169b1900393a 100644 --- a/homeassistant/components/here_travel_time/manifest.json +++ b/homeassistant/components/here_travel_time/manifest.json @@ -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"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 90986bda9472..209a4d4d128b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2696,7 +2696,7 @@ }, "here_travel_time": { "name": "HERE Travel Time", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },