Update source/_includes/common-tasks/specific_version.md

This commit is contained in:
c0ffeeca7 2025-07-24 11:35:10 +02:00 committed by GitHub
parent 5dc5415668
commit 4369abdb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ In the event that a Home Assistant Core version doesn't play well with your hard
{% if page.installation == "os"%}
To upgrade to a specific version, you can use the CLI (command line). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on).
To upgrade to a specific version, you can use the command line (CLI ). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on).
```bash
ha core update --version {{current_version}} --backup