RFlinmk working but intergation not shown

Hallo all; We use HA OS here on PI5 with 512GB SSD all working OK.
Latest addition is RFLink for Somfy programmed with RFLoader on WIn10.
The RFlink is working, HA can open and close our Sunscreens perfectly.
The RF debug log shows no errors but the RF integration is not shown.
How can I get RFLink integrations to show in HA?
Cannot attached part homeassistant.log here not beiing jpg

#RF-Link
rflink:

port: /dev/ttyACM0

port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8553130333135140D101-if00

port: /dev/serial/by-path/platform-xhci-hcd.0-usb-0:2:1.0

port: /dev/serial/by-path/platform-xhci-hcd.0-usbv2-0:2:1.0

wait_for_ack: false

Thanks in advance

Double check your RFLink configuration.
Spaces are important in yaml:

# Example configuration.yaml entry
rflink:
  port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8553130333135140D101-if00
  wait_for_ack: false

You would need also to include the covers configuration:

cover:
  - platform: rflink
    devices:
      RTS_0100F2_0: {}

Check the docs to get the devices id and fine config:

Regards.