Entities are not excluded from HA

Hi, I am trying to utilize “Exclude this entity from Home Assistant” checkbox at Z-Wave Node Management:

zwave_setting

This doesn’t seem to work for me… I continue to have this entity:

And it is updated every 10 minutes:

zwave_log
Maybe I am misunderstanding what is this “Exclude this entity from Home Assistant” actually doing?

Thank!
Max.

Your zwave setting in configuration.yaml needs a device_config include.

zwave:
  device_config: !include zwave_device_config.yaml

The UI modifies that file.

1 Like

Thank you, this worked!