Z-Wave JS UI or alternative support for Homeseer HS-WD200+ switches?

Does Z-Wave JS UI support the Homeseer HS-WD200+ dimmer switches? Or, is there some way I can get GUI or semi-GUI settings management for these switches? I am interested in configuring the LEDs for status (e.g., door unlocked, assign an LED behavior).

I found this thread Homeseer WD200+ Zwave Plus Wall Dimmer. Are there any enhancements built into ZUI for the WD200?

I am migrating from HS. The only remaining devices are Z-Wave, including a number of WD200+ switches that I currently use also for status reports (door unlocked, garage open, etc.) by LED. I’d like to know what I am walking into with HA, especially because I am not familiar with YAML and I am not a dev. I can tinker, but need some guidance.

Thanks!

The led lights are modeled as device parameters

So to set these you’ll need to call the service to set the configuration parameters.

Here is an example of how to wrap a configuration parameter into a Number entity to make it easier to work with.

I don’t have your specific device and can’t answer if it’s supported in zwavejs.