1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/homeassistant/components/remember_the_milk/strings.json
2025-10-28 10:33:10 +01:00

29 lines
988 B
JSON

{
"services": {
"complete_task": {
"description": "Completes a task that was previously created.",
"fields": {
"id": {
"description": "Identifier that was defined when creating the task.",
"name": "ID"
}
},
"name": "Complete task"
},
"create_task": {
"description": "Creates a new task in your Remember The Milk account or updates an existing one. If you want to update a task later on, you have to set an \"ID\" when creating the task. Note: Updating a task does not support the smart syntax.",
"fields": {
"id": {
"description": "Identifier for the task you're creating, can be used to update or complete the task later on.",
"name": "ID"
},
"name": {
"description": "Name of the new task, you can use the smart syntax here.",
"name": "[%key:common::config_flow::data::name%]"
}
},
"name": "Create task"
}
}
}