Entities not available after restart

I have some 433 Mhz devices. Before I had my Rflink connected to another Raspberry PI. Switches were toggled in home assistance with json commands.
Now I have the RFlink connected to the Home Assistant server (RPI too) and the devices were discovered well.

However, every time I restart home assistant (hass.io) the entities are unavailable. When I press the original switch, the entities are availble again.

I have the exact same thing. Did you resolve this issue? It’s quite annoying.

No. I doesn’t happen with all my devices by the way

What version of rflink and HA are you running ? Mine never say ‘unavailable’

Ha version is 105.4 Same happened with previous versions. RF-link version I don’t know. How to tell ?

Did you create ‘devices’ for them, or are they still ‘automatically added’ ?
Part of my switch.yaml

  - platform: rflink
    device_defaults:
      fire_event: true
      signal_repetitions: 2
    devices:
      eurodomest_227e06_06: 
        name: deurbel
      ev1527_0089e9_06:
        name: garagedeur
      ev1527_0d0886_08:
        name: fire_alarm
      ev1527_095e46_08:
        name: rfikeaswitch1
      ev1527_095e46_04 :
        name: rfikeaswitch2
      ev1527_095e46_02:
        name: rfikeaswitch3
      ev1527_095e46_01:
        name: rfikeaswitch4
      newkaku_03a0b810_1:
        name: flamingo1
      newkaku_02aba400_2:
        name: switchkamerschuindak
      tristate_85562a_1:
        name: impulsb
      tristate_8554aa_1:
        name: impulsa
      ev1527_0ff398_08:
        name: switchlichteetkamer
      selectplus_00633b_02:
        name: selectplus  
      newkaku_03a0b800_2:
        name: bovenTV
      newkaku_03a0b800_3:
        name: bovenProximus
      newkaku_03a0b800_4:
        name: bovenVentilator
      newkaku_03a0b800_5 :
        name: bovenrflink

I created devices for them. I have several devices from KaKu and Action (you are dutch, so you will understand :slight_smile: ). but most devices act normal.