Accessing LED and other extras on Homeseer Zwave switch?

Installed a homeseer z-wave light switch, and was able to enroll it fine and control the basic on/off functionality.

It seems like zwave JS “sees” the extra functions and are listed as “enabled”

But home assistant has them grayed out:

Any way I can control the indicator light on the switch from HA?

If it’s a one time setting, just go to the device config page and change it.

If you want to automate it, just enable the entities in your screen shot you want to use.

The more advanced method would be to use the zwave_js.set_config_parameter or zwave_js.bulk_set_partial_config_parameters actions, which can use a device ID as target or preferably any entity of the node.

Since the Home Seer LED status setting is a “bit field” (multiple config settings in a single parameter value) it can be more efficient to build your own value and set it once versus multiple times.