Common tasks: reorder (#34121)

This commit is contained in:
c0ffeeca7 2024-08-05 09:59:44 +02:00 committed by GitHub
parent 607db06b98
commit 47111c7a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -77,12 +77,11 @@ You can manually define that the previous boot slot is used. This can be useful
### Updating Home Assistant Core
{% include common-tasks/update.md %}
{% include common-tasks/network_storage.md %}
{% include common-tasks/commandline.md %}
{% include common-tasks/lost_password.md %}
{% include common-tasks/third-party-addons.md %}
{% include common-tasks/configuration_check.md %}
{% include common-tasks/enable_i2c.md %}
## Home Assistant versions
@ -94,3 +93,8 @@ To see which version your system is running, go to {% my info title="**Settings*
{% include common-tasks/data_disk.md %}
<!-- Accessing Home Assistant from the commandline-->
{% include common-tasks/commandline.md %}
<!-- Enabling i2c-->
{% include common-tasks/enable_i2c.md %}

View File

@ -15,7 +15,6 @@ related:
{% include common-tasks/update.md %}
{% include common-tasks/network_storage.md %}
{% include common-tasks/commandline.md %}
{% include common-tasks/lost_password.md %}
{% include common-tasks/third-party-addons.md %}
{% include common-tasks/configuration_check.md %}
@ -27,3 +26,5 @@ To see which version your system is running, go to {% my info title="**Settings*
{% include common-tasks/specific_version.md %}
{% include common-tasks/beta_version.md %}
{% include common-tasks/development_version.md %}
{% include common-tasks/commandline.md %}