diff --git a/custom_components/ticktick/services.yaml b/custom_components/ticktick/services.yaml index 6c3f14e..8ff5fa5 100644 --- a/custom_components/ticktick/services.yaml +++ b/custom_components/ticktick/services.yaml @@ -2,12 +2,25 @@ add_task: description: "Add tasks to TickTick." fields: title: - description: Title of the task to add + selector: + text: null + name: Title + required: true + description: Title of the task to add. content: + selector: + text: null + name: Content description: Content of the task to add. project: - description: Id of the project to add the task to. Defaults to "Inbox". + selector: + text: null + name: Project + description: ID of the project to add the task to. (Defaults to "Inbox"). due_date: + selector: + datetime: {} + name: Due Date description: Datetime when this task is due. get_projects: description: "Get a List of all Projects and their IDs"