Zwave devices not polling

I have some older Evolve switches that were working fine. Now, it seems to be ignoring the polling intensity. I tried to remove and then add the node back, but I’m still having issues. The zwave_device_config.yaml seems to be hooked up right because my dimmers are working correctly (with refresh_value and delay). Is polling broken in 0.104.2?

Also, they show unavailable in the UI, but I can turn them on and off.

Here’s an snip from my zwave_device_config.yaml file:

switch.downstairs_bathroom_fan:
  ignored: false
  polling_intensity: 1

My configuration.yaml file:

zwave: !include integrations/zwave.yaml

And from the zwave.yaml file:

  network_key: <key>
  usb_path: /dev/ttyACM0
  device_config: !include ../zwave_device_config.yaml

Do this the easy way via the Zwave menu example:

Note the polling option :slight_smile: