Disable RFLink auto-add

Hi,

I have set automatic_add to false in configuration.yaml (and restarted), but I still get a lot of light Entity ID pop-ups. For example the afzuigkap and, presumably, the neighbors’ thermostats.

Without disconnecting the receiver, is there anything else I can or should do?

Thanks for the advice

rflink:
  port: /dev/ttyUSB2
  wait_for_ack: true

light:
  - platform: rflink
    automatic_add: false
sensor:
  - platform: rflink
    automatic_add: false

Should be enough.

Do you have any other rflink references in your configuration?
Maybe other light configuration with your devices config?

You must have just only configuration for every platform.