From 47111c7a3344dff259fa7341cf84b1e039db176c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:59:44 +0200 Subject: [PATCH] Common tasks: reorder (#34121) --- source/common-tasks/os.markdown | 8 ++++++-- source/common-tasks/supervised.markdown | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/source/common-tasks/os.markdown b/source/common-tasks/os.markdown index b46e13f1d1d..258b1250e02 100644 --- a/source/common-tasks/os.markdown +++ b/source/common-tasks/os.markdown @@ -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 %} + +{% include common-tasks/commandline.md %} + + +{% include common-tasks/enable_i2c.md %} diff --git a/source/common-tasks/supervised.markdown b/source/common-tasks/supervised.markdown index 74a9c6101fa..ca6781d7151 100644 --- a/source/common-tasks/supervised.markdown +++ b/source/common-tasks/supervised.markdown @@ -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 %} @@ -26,4 +25,6 @@ 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 %} \ No newline at end of file +{% include common-tasks/development_version.md %} + +{% include common-tasks/commandline.md %} \ No newline at end of file