2022-03-29 18:32:38 +00:00
|
|
|
{
|
2022-03-30 08:35:30 +00:00
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"invalid_station": "Could not find a station with the specified name",
|
|
|
|
"more_stations": "Found multiple stations with the specified name",
|
|
|
|
"invalid_time": "Invalid time provided",
|
|
|
|
"incorrect_api_key": "Invalid API key for selected account"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
|
|
"to": "To station",
|
|
|
|
"from": "From station",
|
|
|
|
"time": "Time (optional)",
|
|
|
|
"weekday": "Days"
|
2022-03-29 18:32:38 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
|
|
}
|
|
|
|
}
|
2022-03-29 18:32:38 +00:00
|
|
|
}
|
2023-05-05 11:29:00 +00:00
|
|
|
},
|
|
|
|
"selector": {
|
|
|
|
"weekday": {
|
|
|
|
"options": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"mon": "[%key:common::time::monday%]",
|
|
|
|
"tue": "[%key:common::time::tuesday%]",
|
|
|
|
"wed": "[%key:common::time::wednesday%]",
|
|
|
|
"thu": "[%key:common::time::thursday%]",
|
|
|
|
"fri": "[%key:common::time::friday%]",
|
|
|
|
"sat": "[%key:common::time::saturday%]",
|
|
|
|
"sun": "[%key:common::time::sunday%]"
|
2023-05-05 11:29:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-08-05 20:53:14 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"departure_time": {
|
|
|
|
"name": "Departure time",
|
|
|
|
"state_attributes": {
|
|
|
|
"departure_state": {
|
|
|
|
"name": "Departure state",
|
|
|
|
"state": {
|
|
|
|
"on_time": "On time",
|
|
|
|
"delayed": "Delayed",
|
|
|
|
"canceled": "Cancelled"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"canceled": {
|
|
|
|
"name": "Cancelled"
|
|
|
|
},
|
|
|
|
"number_of_minutes_delayed": {
|
|
|
|
"name": "Minutes delayed"
|
|
|
|
},
|
|
|
|
"planned_time": {
|
|
|
|
"name": "Planned time"
|
|
|
|
},
|
|
|
|
"estimated_time": {
|
|
|
|
"name": "Estimated time"
|
|
|
|
},
|
|
|
|
"actual_time": {
|
|
|
|
"name": "Actual time"
|
|
|
|
},
|
|
|
|
"other_information": {
|
|
|
|
"name": "Other information"
|
|
|
|
},
|
|
|
|
"deviations": {
|
|
|
|
"name": "Deviations"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|
|
|
|
}
|