217 files

This commit is contained in:
Home Assistant Version Control
2026-07-30 23:59:38 +00:00
parent d43a63ad29
commit 7b5e46e702
217 changed files with 15978 additions and 3912 deletions
@@ -115,7 +115,9 @@ class MaintenanceActionButton(MaintenanceEntity, ButtonEntity):
if not self._task_data:
raise HomeAssistantError(f"Task {self._task_id} no longer exists")
if self._action == "complete":
await self.coordinator.complete_maintenance(self._task_id, notes="Completed from dashboard button")
await self.coordinator.complete_maintenance(
self._task_id, notes="Completed from dashboard button", unattended=True
)
elif self._action == "skip":
await self.coordinator.skip_maintenance(self._task_id, reason="Skipped from dashboard button")
elif self._action == "reset":