2021-03-31 20:10:24 +00:00
{
"title" : "Google Maps Travel Time" ,
"config" : {
"step" : {
"user" : {
2023-10-02 12:31:25 +00:00
"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:`." ,
2021-03-31 20:10:24 +00:00
"data" : {
2021-04-29 15:10:03 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
2021-03-31 20:10:24 +00:00
"api_key" : "[%key:common::config_flow::data::api_key%]" ,
"origin" : "Origin" ,
"destination" : "Destination"
}
}
} ,
"error" : {
2022-10-16 17:06:53 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2024-01-19 14:26:26 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"timeout_connect" : "[%key:common::config_flow::error::timeout_connect%]"
2021-03-31 20:10:24 +00:00
} ,
"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" ,
2022-03-30 08:35:30 +00:00
"time" : "Time" ,
2021-03-31 20:10:24 +00:00
"avoid" : "Avoid" ,
2023-10-11 07:46:02 +00:00
"traffic_model" : "Traffic Model" ,
2021-03-31 20:10:24 +00:00
"transit_mode" : "Transit Mode" ,
"transit_routing_preference" : "Transit Routing Preference" ,
"units" : "Units"
}
}
}
2023-10-11 07:46:02 +00:00
} ,
"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"
}
}
2021-03-31 20:10:24 +00:00
}
2022-03-30 08:35:30 +00:00
}