From e80d7e84de500f0a185a9fb3ee6cf7e8fcb469b6 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Thu, 24 Jul 2025 09:27:22 +0200 Subject: [PATCH] Running a specific version in HA: link procedure on ssh add-on set up --- source/_includes/common-tasks/specific_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/specific_version.md b/source/_includes/common-tasks/specific_version.md index 7ab67ae0af6..ffa269e1036 100644 --- a/source/_includes/common-tasks/specific_version.md +++ b/source/_includes/common-tasks/specific_version.md @@ -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. The example below shows how to upgrade to `{{current_version}}`. +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 section [](/common-tasks/os/#installing-and-using-the-ssh-add-on). ```bash ha core update --version {{current_version}} --backup