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.
This commit is contained in:
kpine 2021-02-14 04:25:46 -08:00 committed by GitHub
parent bc4bfd5456
commit 2100f28af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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. - 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. - 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. - Support for setting configuration parameters through service calls is currently not supported but may be added in a later release.