Add info about restore (#26473)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Arve 2023-03-09 10:54:22 +01:00 committed by GitHub
parent 472c1ac086
commit 38d90cf292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,10 @@ toc: true
<td><a href="/common-tasks/os/#backups" target="_blank">Backups</a></td>
<td></td><td><sup>1</sup></td><td><sup>1</sup></td><td></td>
</tr>
<tr>
<td>Managed Restore</td>
<td></td><td><sup>2</sup></td><td><sup>2</sup></td><td></td>
</tr>
<tr>
<td>Managed OS</td>
<td></td><td></td><td></td><td></td>
@ -238,5 +242,6 @@ toc: true
</table>
<sub>1: Backups for Home Assistant Core and Home Assistant Container is provided by the <a href="/integrations/backup" target="_blank"><code>backup</code> integration</a>.</sub>
<sub>2: Backups for Home Assistant Core and Home Assistant Container are either a tool to migrate to HAOS or a completely manual restore of the backup.</sub>
{% include getting-started/next_step.html step="onboarding" link="/getting-started/onboarding" %}