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:
committed by
GitHub
parent
b5015faffe
commit
39c5983571
@@ -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"]
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user