hass-core/homeassistant/components/local_todo/strings.json
Allen Porter 476e867fe8
Add a Local To-do component (#102627)
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-25 13:21:10 +02:00

16 lines
352 B
JSON

{
"title": "Local To-do",
"config": {
"step": {
"user": {
"description": "Please choose a name for your new To-do list",
"data": {
"todo_list_name": "To-do list name"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}