108 files

This commit is contained in:
Home Assistant Version Control
2026-08-13 23:38:20 +00:00
parent d851c2a3a5
commit 4e0539a155
108 changed files with 1977 additions and 9644 deletions
@@ -1142,6 +1142,7 @@ function registerLlCustomHandler(): void {
cost: (histEntry.cost as number | undefined) ?? null,
duration: (histEntry.duration as number | undefined) ?? null,
completed_by: (histEntry.completed_by as string) ?? null,
used_parts: (histEntry.used_parts as Array<{ part_id: string; name?: string; quantity: number; entry_id?: string }> | null) ?? null,
});
} catch {
deepLink("/maintenance-supporter");