I have 20 or so dimmers from HomeSeer and others where the state doesn’t get represented in Home Assistant correctly because of the time it takes for them to slow fade on/off.
I understand the fix is to set refresh_value and possibly delay to get Home Assistant to poll those devices delay seconds later when the dimmer has reached its steady state.
But I’m not sure where to add this to the configuration. Those entities were all added through the UI so the definitions are in <config>/.storage/core.entity_registry.
So where should I add this definition?
I don’t have a zwave: section in my configuration.yaml.
The Z-wave installation doc hints that might be able to set a device_config_glob to override the entry for all devices without having to name them, but it doesn’t really saw how a global device config entry is defined.
If possible, I’d like to avoid having to add this to 20+ entities.
Since every z-wave dimmer is a light, and toggles are switches, it probably just makes sense to set the entire light domain, but you can use glob if that’s your preference.
If you also want to manage some settings per-entity in the control panel (exclude entity and polling interval), I would use this: