From 6b526a20d80787d29c6640fdcea989047bf29272 Mon Sep 17 00:00:00 2001 From: scyto Date: Mon, 15 Feb 2021 14:14:48 -0800 Subject: [PATCH 1/2] added text prompt to review limitations before use (#16597) Co-authored-by: Franck Nijhof --- source/_integrations/zwave_js.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index c5f8834cf00..15f2e31b2b0 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -31,6 +31,8 @@ ha_platforms: This integration allows you to control a Z-Wave network via the [Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/) driver. This is our recommended Z-Wave integration for Home Assistant. +Please review the limitations [below](/integrations/zwave_js/#current-limitations) before you get started as a few devices still may not work or only work partially. + ## Quick start (Home Assistant including Supervisor) To add Z-Wave JS to your installation, plug the Z-Wave stick into the device that runs Home Assistant. Then Go to Configuration >> Integrations in the UI. Click the "Add integration" button in the bottom right and from the list of integrations, select "Z-Wave JS" and follow the instructions shown. From d78c3de86971afd68a942efd849185c7219b1699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 16 Feb 2021 06:25:51 +0100 Subject: [PATCH 2/2] Limit snapshot to OS and Supervised (#16605) --- 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 57f81f276c6..11b967ea447 100644 --- a/source/_includes/common-tasks/update.md +++ b/source/_includes/common-tasks/update.md @@ -2,7 +2,7 @@ Best practice for updating a Home Assistant installation: -1. Backup your installation, using the snapshot functionality Home Assistant offers. +1. Backup your installation{% if page.installation == "os" or page.installation == "supervised" %}, using the snapshot functionality Home Assistant offers{% endif %}. 1. Check the release notes for breaking changes on [Home Assistant release notes](https://github.com/home-assistant/home-assistant/releases). 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. @@ -53,7 +53,7 @@ To update Home Assistant Core when you run Home Assistant {{ page.installation_n docker pull homeassistant/raspberrypi4-homeassistant:stable ``` - **[You need to recreate the container with the new image.](/getting-started)** + **[You then need to recreate the container with the new image.](/getting-started/installation)** - title: Docker Compose content: |