summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py
index 8dc6470..c42e83f 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -216,7 +216,9 @@ def final_timer_finished(timer_id):
out[0][RowIndices.SUBSCRIPTION_ID],
{
"title": "Laundry Finished",
- "body": "Do collect your laundry, then press this notification to mark your laundry as collected.",
+ "body": "Your laundry is finished! Please collect your laundry.",
+ "requireInteraction": True,
+ "timerId": timer_id,
}
)