mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Backup and restore track progress in job (#4503)
* Backup and restore track progress in job * Change to stage only updates and fix tests * Leave HA alone if it wasn't restored * skip check HA stage message when we don't check * Change to helper to get current job * Fix tests * Mark jobs as internal to skip notifying HA
This commit is contained in:
@@ -227,7 +227,7 @@ class OSManager(CoreSysAttributes):
|
||||
)
|
||||
raise HassOSUpdateError()
|
||||
|
||||
@Job(name="os_manager_mark_healthy", conditions=[JobCondition.HAOS])
|
||||
@Job(name="os_manager_mark_healthy", conditions=[JobCondition.HAOS], internal=True)
|
||||
async def mark_healthy(self) -> None:
|
||||
"""Set booted partition as good for rauc."""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user