Common tasks: move file access and backup to top (#32930)

This commit is contained in:
c0ffeeca7 2024-05-24 15:43:01 +02:00 committed by GitHub
parent 080731398d
commit 04b3b94656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 28 additions and 18 deletions

View File

@ -1,4 +1,4 @@
## Run a beta version
### Running a beta version
If you would like to test next release before anyone else, you can install the beta version.

View File

@ -4,7 +4,7 @@
After changing configuration or automation files, check if the configuration is valid before restarting Home Assistant Core.
## To run a configuration check from the UI
### Running a configuration check from the UI
1. Go to {% my profile title="your user profile" %} and enable **Advanced Mode**.
2. Go to {% my server_controls title="**Developer tools** > **YAML**" %} and in the **Configuration validation** section, select the **Check configuration** button.
@ -12,7 +12,7 @@ After changing configuration or automation files, check if the configuration is
- It checks for valid YAML and valid config structures.
3. If you need to do a more comprehensive configuration check, [run the check from the CLI](#to-run-a-configuration-check-from-the-cli).
## To run a configuration check from the CLI
### Running a configuration check from the CLI
Use the following command to check if the configuration is valid. The command line configuration check validates the YAML files and checks for valid config structures, as well as some other elements.

View File

@ -1,4 +1,4 @@
## Run a development version
### Running a development version
If you want to stay on the bleeding-edge Home Assistant Core development branch, you can upgrade to `dev`.

View File

@ -1,4 +1,4 @@
## Run a specific version
### Running a specific version
{% assign current_version = site.current_major_version | append: "." | append: site.current_minor_version | append: "." | append: site.current_patch_version %}

View File

@ -8,6 +8,9 @@ related:
---
This section will provide guides to some common tasks and information which you will need in order to run, maintain, and edit your Home Assistant OS system. For further details on any particular subject, make sure to refer to the documentation for specific add-ons or topics listed here.
{% include common-tasks/file_access.md %}
{% include common-tasks/backups.md %}
## Updating Home Assistant
If you have the {% term "Home Assistant Operating System" %} installed, you receive update notifications from different components:
@ -74,14 +77,16 @@ 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/specific_version.md %}
{% include common-tasks/beta_version.md %}
{% include common-tasks/development_version.md %}
{% include common-tasks/configuration_check.md %}
{% include common-tasks/file_access.md %}
{% include common-tasks/backups.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 %}
## Home Assistant Versions
{% include common-tasks/specific_version.md %}
{% include common-tasks/beta_version.md %}
{% include common-tasks/development_version.md %}
{% include common-tasks/data_disk.md %}

View File

@ -7,16 +7,21 @@ related:
- docs: /docs/configuration/
---
{% include common-tasks/file_access.md %}
{% include common-tasks/backups.md %}
## Update
{% include common-tasks/update.md %}
{% include common-tasks/specific_version.md %}
{% include common-tasks/beta_version.md %}
{% include common-tasks/development_version.md %}
{% include common-tasks/configuration_check.md %}
{% include common-tasks/file_access.md %}
{% include common-tasks/backups.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/third-party-addons.md %}
{% include common-tasks/configuration_check.md %}
## Home Assistant Versions
{% include common-tasks/specific_version.md %}
{% include common-tasks/beta_version.md %}
{% include common-tasks/development_version.md %}