Skip to content

Commit

Permalink
Update services.yaml (#118)
Browse files Browse the repository at this point in the history
To allow for the use of the UI in service calls.
  • Loading branch information
dwoosnam authored Apr 22, 2024
1 parent 378b5ab commit f5ff7d7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions custom_components/ticktick/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f5ff7d7

Please sign in to comment.