From 1d52d0e8a2e43ead2c5bcb34816954820ee2f670 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:00:17 +0200 Subject: [PATCH] Running a specific version in HA: link procedure on ssh add-on set up (#40119) --- 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..038c031e9a4 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 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