From bb764d0973ed385338515d8bf5d3e42bd516c9e4 Mon Sep 17 00:00:00 2001 From: kpine Date: Wed, 29 Sep 2021 11:29:25 -0700 Subject: [PATCH] Fix zwave_js FAQ formatting (#19526) --- source/_integrations/zwave_js.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 2f21ec7075d..7e482530d89 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -629,7 +629,7 @@ Node {{ node }};{{ s.name }};{{ s.entity_id }}{% endfor %} {% endraw %} -## How can I add (include) a new device to my Z-Wave network? +### How can I add (include) a new device to my Z-Wave network? 1. In Home Assistant: open Configuration -> Integrations -> Z-Wave JS -> Configure. 2. Press `Add node`. @@ -642,7 +642,7 @@ Node {{ node }};{{ s.name }};{{ s.entity_id }}{% endfor %} While adding devices, you have the option to use `secure inclusion`, this means that the traffic between the controller and the device will be encrypted. This adds additional overhead to the Z-Wave network so use this option with care. As a general rule of thumb it is advised to only securely include devices that actually NEED this kind of protection. A good example is a Z-Wave door lock. -## How can I remove (exclude) a device from my Z-Wave network? +### How can I remove (exclude) a device from my Z-Wave network? 1. In Home Assistant: open Configuration -> Integrations -> Z-Wave JS -> Configure. 2. Press `Remove node`.