Updated apps

This commit is contained in:
2026-07-09 13:30:12 -04:00
parent 0f7585754d
commit 6cc7212cef
262 changed files with 16124 additions and 107 deletions
@@ -267,6 +267,11 @@ async def ws_get_statistics(
"overdue": counts["overdue"],
"due_soon": counts["due_soon"],
"triggered": counts["triggered"],
# (#86, 2nd report) `ok` lets the dashboard chips render the real
# count directly when the summary sensors don't exist (e.g. the
# global entry was deleted, leaving orphan object entries) instead
# of reading a non-existent entity and showing "unknown".
"ok": counts["ok"],
"total_cost": counts["total_cost"],
},
)