From 0a44c695b692e7d3dc65b0d6765ff9e6eac651b5 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Thu, 23 Jun 2022 14:51:14 -0400 Subject: [PATCH] Remove config check addon from guide (#23192) --- source/_includes/common-tasks/update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_includes/common-tasks/update.md b/source/_includes/common-tasks/update.md index bc5decc319d..8959598f3e7 100644 --- a/source/_includes/common-tasks/update.md +++ b/source/_includes/common-tasks/update.md @@ -5,9 +5,9 @@ Best practice for updating a Home Assistant installation: 1. Backup your installation{% if page.installation == "os" or page.installation == "supervised" %}, using the backup functionality Home Assistant offers{% endif %}. 1. Check the release notes for breaking changes on [Home Assistant release notes](/blog/categories/core/). Be sure to check all release notes between the version you are running and the one you are upgrading to. Use the search function in your browser (`CTRL + f` / `CMD + f`) and search for **Breaking Changes**. {% if page.installation == "os" or page.installation == "supervised" %} -1. Check your configuration using the [Check Home Assistant configuration](/addons/check_config/) add-on. -1. If the check passes, you can safely update. If not, update your configuration accordingly. +1. Select "Create backup before updating" in case you encounter an issue that requires a rollback. 1. Update Home Assistant. +1. Review persistent notifications and log to see if there are any issues with your configuration that need to be addressed. {% endif %} {% if page.installation == "os" or page.installation == "supervised" %}