core/homeassistant/components/google_travel_time/manifest.json

10 lines
274 B
JSON

{
"domain": "google_travel_time",
"name": "Google Maps Travel Time",
"documentation": "https://www.home-assistant.io/integrations/google_travel_time",
"requirements": ["googlemaps==2.5.1"],
"codeowners": [],
"config_flow": true,
"iot_class": "cloud_polling"
}