0.107 ZWave device_config_glob ignored entities

When upgrading to 0.107.5, the ZWave sensors that are ignored in configuration.yaml under device_config_glob still appears in Developer Tools - States even though they are at state ‘unavailable’.

zwave:
  usb_path: /dev/serial/by-id/usb-0658_0200-if00
  device_config: !include zwave_device_config.yaml
  device_config_glob:
    "sensor.*_exporting*":
      ignored: true
    "sensor.*_sourcenodeid*":
      ignored: true
    "sensor.*_interval*":
      ignored: true
    "sensor.*_flush_shutter_energy*":
      ignored: true
    "sensor.*_flush_shutter_power*":
      ignored: true
    "sensor.*_flush_shutter_previous_reading*":
      ignored: true
    "sensor.aeon_labs_zw095_home_energy_meter_gen5_previous_reading_*":
      ignored: true

Previous to 0.107 i was not seeing these entities in the Developer Tools-States.

What is the correct way of removing these now on 0.107; under Configuration-Integrations-Zwave or Developer Tools-State-select entity-Remove Entity ?

Thanks…