Alert intregration

Hellow, alert intregration not run for my.

I have this configuration:

allerts.yaml

frigo2_desconectado:
    name: frigo garaje desconectado
    done_message: El frigorifico del garaje esta desconectado
    entity_id: binary_sensor.estado_frigo_garaje
    state: "off"
    repeat: 1
    can_acknowledge: true
    notifiers:
      - service: notify.mobile_app_movil_oscar

configuration.yaml

alert: !include alerts.yaml

The entitie alert_frigo2_desconectado allways is idle, I change state of binary_sensor.estado_frigo_garaje but allway is idle the entitie alert_frigo2_desconectado

Thanks

Look at all the examples of how notifiers: are specified here https://www.home-assistant.io/integrations/alert/

Then look at how you have configured it.

Hello
I’ve already solved it. With the help of another thread and testing a lot since I believe that the documentation there is no example like this. This has worked for me:

frigo2_desconectado:
    name: frigo garaje desconectado
    message: El frigorifico del garaje esta desconectado
    done_message: El frigorifico del garaje esta conectado
    entity_id: binary_sensor.estado_frigo_garaje
    state: "off"
    repeat: 5
    can_acknowledge: true
    skip_first: true
    notifiers:
      - mobile_app_movil_oscar

You’re kidding right?

There are seven examples that show that this is incorrect:

And that this is correct: