feat: allow deleting housekeeper tasks

This commit is contained in:
Marcel Peterkau
2026-06-21 18:09:04 +02:00
parent 3e9f347435
commit c717d6806b
6 changed files with 110 additions and 2 deletions
+1
View File
@@ -166,6 +166,7 @@ class HousekeeperFinding:
title: str
detail: str
due_date: date | None = None
key: str = ""
def money(value: str | int | float | Decimal) -> Decimal: