11 lines
354 B
JSON
11 lines
354 B
JSON
{
|
|
"domain": "google_travel_time",
|
|
"name": "Google Maps Travel Time",
|
|
"codeowners": ["@eifinger"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/google_travel_time",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["google", "homeassistant.helpers.location"],
|
|
"requirements": ["google-maps-routing==0.6.15"]
|
|
}
|