mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Common tasks: move file access and backup to top (#32930)
This commit is contained in:
parent
080731398d
commit
04b3b94656
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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`.
|
||||
|
||||
|
@ -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 %}
|
||||
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
Loading…
x
Reference in New Issue
Block a user