Binary Sensor automation

Hi.

I´m still new to home assistant and trying to understand how everything is working.
I have four binary sensors from the Modbus plugin. Yestoday i was trying to setup an automation with a bluprint. But i can´t find this device in the action meny. This device has no unique id but i tried to manually write fan.forcering but it don´t seems to work (Se picture).

Can i solve this somehow. Is it possible to make this device show up in the meny or is there any other solution?

fan

 binary_sensors:
    - name: Ventilation On
      slave: 2
      address: 0
      scan_interval: 20
    - name: Ventilation Overpressure
      slave: 2
      address: 1
      scan_interval: 20
    - name: Ventilation Boost
      slave: 2
      address: 2
      scan_interval: 20
      input_type: coil
      device_class: cold
    - name: Ventilation Away
      slave: 2
      address: 3
      scan_interval: 20

Which one? The blueprint likely filters the entity…

Sorry. Ventilation Boost is fan.forcering

But it dont show up under fan switch in the automation