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.