core/homeassistant/components/google_travel_time/manifest.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"]
}