From bcb93b30938d343409a3bb154080f435be386ac6 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 14 Apr 2023 13:43:56 +0200 Subject: [PATCH] Z-Wave: add Z-Wave terminology table (#26991) --- source/_integrations/zwave_js.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 2f3cca5184a..23fc1ab8506 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -859,3 +859,16 @@ Z-Wave JS writes details to its logs. To access these logs go to the following. **Settings** -> **Devices & Services** -> **Integrations(tab)** -> **Z-Wave (CONFIGURE)** -> **Logs(tab)** You need to keep this browser tab open for logging to be active. + +## Z-Wave terminology + +For some of the concepts, you may come across different terminology in Z-Wave than in Home Assistant. +The table below provides equivalents for some of those terms. + +| Z-Wave functionality | Home Assistant | +| -------------------------------------- | ------------------------------------------------------------------------| +| inclusion | add | +| exclusion | remove | +| barrier operator | cover | +| window covering | cover | +| multilevel switch | represented by different entity types: cover, fan, dimmer, etc. |