We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f92bdb commit 10a8268Copy full SHA for 10a8268
custom_components/ticktick/manifest.json
@@ -16,6 +16,6 @@
16
"issue_tracker": "https://github.com/Hantick/ticktick-home-assistant/issues",
17
"requirements": [],
18
"ssdp": [],
19
- "version": "2.0.9",
+ "version": "2.1.0",
20
"zeroconf": []
21
}
custom_components/ticktick/services.yaml
@@ -74,6 +74,13 @@ create_task:
74
description: "Recurring rules of the task."
75
selector:
76
text: null
77
+ reminders:
78
+ name: Reminders
79
+ description: "Reminders triggers for a task in iCalendar format i.e TRIGGER:P0DT9H0M0S"
80
+ example: "TRIGGER:P0DT9H0M0S"
81
+ selector:
82
+ text:
83
+ multiple: true
84
priority:
85
name: Priority
86
description: "The priority of the task."
0 commit comments