mirror of https://github.com/home-assistant/core
11 lines
348 B
JSON
11 lines
348 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": ["googlemaps", "homeassistant.helpers.location"],
|
|
"requirements": ["googlemaps==2.5.1"]
|
|
}
|