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 google_travel_time (#159086)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 12:20:30 +01:00
committed by GitHub
parent b5015faffe
commit 39c5983571
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@eifinger"], "codeowners": ["@eifinger"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/google_travel_time", "documentation": "https://www.home-assistant.io/integrations/google_travel_time",
"integration_type": "service",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["google", "homeassistant.helpers.location"], "loggers": ["google", "homeassistant.helpers.location"],
"requirements": ["google-maps-routing==0.6.15"] "requirements": ["google-maps-routing==0.6.15"]

View File

@@ -2495,7 +2495,7 @@
"name": "Google Translate text-to-speech" "name": "Google Translate text-to-speech"
}, },
"google_travel_time": { "google_travel_time": {
"integration_type": "hub", "integration_type": "service",
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },