mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 10:55:50 +00:00
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"todo_list_name": "To-do list name"
|
|
},
|
|
"description": "Please choose a name for your new To-do list",
|
|
"submit": "Create"
|
|
}
|
|
}
|
|
},
|
|
"title": "Local To-do"
|
|
}
|