{ "title": "Google Maps Travel Time", "config": { "step": { "user": { "description": "You can specify the origin and destination in the form of an address, latitude/longitude coordinates, or a Google place ID. When specifying the location using a Google place ID, the ID must be prefixed with `place_id:`.", "data": { "name": "[%key:common::config_flow::data::name%]", "api_key": "[%key:common::config_flow::data::api_key%]", "origin": "Origin", "destination": "Destination" } } }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_location%]" } }, "options": { "step": { "init": { "description": "You can optionally specify either a Departure Time or Arrival Time. If specifying a departure time, you can enter `now`, a Unix timestamp, or a 24 hour time string like `08:00:00`. If specifying an arrival time, you can use a Unix timestamp or a 24 hour time string like `08:00:00`", "data": { "mode": "Travel Mode", "language": "Language", "time_type": "Time Type", "time": "Time", "avoid": "Avoid", "traffic_model": "Traffic Model", "transit_mode": "Transit Mode", "transit_routing_preference": "Transit Routing Preference", "units": "Units" } } } }, "selector": { "mode": { "options": { "driving": "Driving", "walking": "Walking", "bicycling": "Bicycling", "transit": "Transit" } }, "avoid": { "options": { "none": "Avoid nothing", "tolls": "Tolls", "highways": "Highways", "ferries": "Ferries", "indoor": "Indoor" } }, "units": { "options": { "metric": "Metric System", "imperial": "Imperial System" } }, "time_type": { "options": { "arrival_time": "Arrival Time", "departure_time": "Departure Time" } }, "traffic_model": { "options": { "best_guess": "Best Guess", "pessimistic": "Pessimistic", "optimistic": "Optimistic" } }, "transit_mode": { "options": { "bus": "Bus", "subway": "Subway", "train": "Train", "tram": "Tram", "rail": "Rail" } }, "transit_routing_preference": { "options": { "less_walking": "Less Walking", "fewer_transfers": "Fewer Transfers" } } } }