1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
2025-10-28 10:33:10 +01:00

34 lines
757 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"error": {
"invalid_agency": "The agency value selected is not valid",
"invalid_route": "The route value selected is not valid",
"invalid_stop": "The stop value selected is not valid"
},
"step": {
"agency": {
"data": {
"agency": "Metro agency"
},
"title": "Select metro agency"
},
"route": {
"data": {
"route": "Route"
},
"title": "Select route"
},
"stop": {
"data": {
"stop": "Stop"
},
"title": "Select stop"
}
}
},
"title": "NextBus predictions"
}