mirror of https://github.com/home-assistant/core
110 lines
3.1 KiB
JSON
110 lines
3.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"mode": "Travel Mode"
|
|
}
|
|
},
|
|
"origin_menu": {
|
|
"title": "Choose Origin",
|
|
"menu_options": {
|
|
"origin_coordinates": "Using a map location",
|
|
"origin_entity": "Using an entity"
|
|
}
|
|
},
|
|
"origin_coordinates": {
|
|
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]",
|
|
"data": {
|
|
"origin": "Origin as GPS coordinates"
|
|
}
|
|
},
|
|
"origin_entity_id": {
|
|
"title": "[%key:component::here_travel_time::config::step::origin_menu::title%]",
|
|
"data": {
|
|
"origin_entity_id": "Origin using an entity"
|
|
}
|
|
},
|
|
"destination_menu": {
|
|
"title": "Choose Destination",
|
|
"menu_options": {
|
|
"destination_coordinates": "[%key:component::here_travel_time::config::step::origin_menu::menu_options::origin_coordinates%]",
|
|
"destination_entity": "[%key:component::here_travel_time::config::step::origin_menu::menu_options::origin_entity%]"
|
|
}
|
|
},
|
|
"destination_coordinates": {
|
|
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]",
|
|
"data": {
|
|
"destination": "Destination as GPS coordinates"
|
|
}
|
|
},
|
|
"destination_entity_id": {
|
|
"title": "[%key:component::here_travel_time::config::step::destination_menu::title%]",
|
|
"data": {
|
|
"destination_entity_id": "Destination using an entity"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"traffic_mode": "Traffic Mode",
|
|
"route_mode": "Route Mode",
|
|
"unit_system": "Unit system"
|
|
}
|
|
},
|
|
"time_menu": {
|
|
"title": "Choose Time Type",
|
|
"menu_options": {
|
|
"departure_time": "Configure a departure time",
|
|
"arrival_time": "Configure an arrival time",
|
|
"no_time": "Do not configure a time"
|
|
}
|
|
},
|
|
"departure_time": {
|
|
"title": "Choose Departure Time",
|
|
"data": {
|
|
"departure_time": "Departure Time"
|
|
}
|
|
},
|
|
"arrival_time": {
|
|
"title": "Choose Arrival Time",
|
|
"data": {
|
|
"arrival_time": "Arrival Time"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"duration": {
|
|
"name": "Duration"
|
|
},
|
|
"duration_in_traffic": {
|
|
"name": "Duration in traffic"
|
|
},
|
|
"distance": {
|
|
"name": "Distance"
|
|
},
|
|
"origin": {
|
|
"name": "Origin"
|
|
},
|
|
"destination": {
|
|
"name": "Destination"
|
|
}
|
|
}
|
|
}
|
|
}
|