From 2100f28af62335dc089526ac65e6df2242d8dc22 Mon Sep 17 00:00:00 2001 From: kpine Date: Sun, 14 Feb 2021 04:25:46 -0800 Subject: [PATCH] Barrier Operator CC is now supported (#16554) Remove text about Barrier Operator Command Class not being supported. It is supported in node-zwave-js as of v6.2.0, and support in HA is being added with PR https://github.com/home-assistant/core/pull/46379. --- source/_integrations/zwave_js.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index f03e223526d..1b34cd66d7e 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -116,7 +116,7 @@ Value Notification example: As this integration is still in the early stages there are some important limitations to be aware of. -- While support for the most common devices is working, some command classes are not yet (fully) implemented in Z-Wave JS. You can track the status [here](https://github.com/zwave-js/node-zwave-js/issues/6). For example the `Barrier Operator CommandClass` (in plain English: garage door controllers) are not added yet (but [almost finished](https://github.com/zwave-js/node-zwave-js/pull/1337)!). +- While support for the most common devices is working, some command classes are not yet (fully) implemented in Z-Wave JS. You can track the status [here](https://github.com/zwave-js/node-zwave-js/issues/6). - Configuration of Z-Wave nodes and/or configuration with the Home Assistant UI is currently not yet implemented. You will need to use another tool, such as [zwavejs2mqtt](https://github.com/zwave-js/zwavejs2mqtt), to manage device configuration. - Polling is currently not supported in the integration but will be added soon as a service. - Support for setting configuration parameters through service calls is currently not supported but may be added in a later release.