Hi,
I’ve added the following to the zwave_device_config.yaml file to stop HA polling a zwave device that is generally turned off (the device is only turned on occasionally):
zwave.fibaro_system_fgrgbwm441_rgbw_controller:
ignored: false
polling_intensity: 0
However, I’m still seeing the device showing as “probe (dead)”.
That said, when I turn on the zwave device it changes to “ready” after a few minutes, but waiting a few minutes to turn on a LED light isn’t any good.
Is there a way to stop HA polling and marking a device dead indefinitely? i.e. it doesn’t matter if the device is on or off, HA will NEVER poll it, so always assumes it’s online.
Chris