185 files

This commit is contained in:
Home Assistant Version Control
2026-08-19 11:38:13 +00:00
parent 5f9330abd7
commit a718af6423
185 changed files with 16868 additions and 3088 deletions
@@ -984,7 +984,7 @@ class TaskMatePointsCard extends LitElement {
}
_renderDialog() {
const { child, action, pointsIcon, pointsName } = this._dialog;
const { child, action, pointsName } = this._dialog;
const isAdd = action === "add";
const isLoading = this._loading[`dialog_${child.id}`];