Skip to content

Commit 10a8268

Browse files
author
Przemysław Szafrański
committed
Implemented reminders
1 parent 7f92bdb commit 10a8268

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

custom_components/ticktick/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"issue_tracker": "https://github.com/Hantick/ticktick-home-assistant/issues",
1717
"requirements": [],
1818
"ssdp": [],
19-
"version": "2.0.9",
19+
"version": "2.1.0",
2020
"zeroconf": []
2121
}

custom_components/ticktick/services.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ create_task:
7474
description: "Recurring rules of the task."
7575
selector:
7676
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
7784
priority:
7885
name: Priority
7986
description: "The priority of the task."

0 commit comments

Comments
 (0)