Alert Notifiers ios Beta 2.0

Home Assistant 0.101.3
ios App: Version 2.0.0 (68)

Can anyone tell me what to use for my notifiers under “Alert” with the ios 2.0 beta app? With ios app 1.5 I used ios_martins_iphone and I have tried so many variants with 2.0 and nothing has worked so far. Thanks.

alert:
  water_alarm_2:
    name: Water Alarm 2
    title: WATER LEAK
    done_message: The Water Heater LEAK is now DRY
    entity_id: binary_sensor.water_alarm_2
    state: 'on'
    message: There is a LEAK by the Water Heater
    repeat: 2
    can_acknowledge: true
    skip_first: false
    notifiers:
      - mobile_app_martins_iphone

Go to Dev Tools/Services and type notify. in the service field.
Then you’ll see all your notifiers.

The notifier I have listed in the code is exactly what is in my Services just without the notify

I have the same an that works for me in alerts.
Are you able to send notifications in the Service tab?
20191112_13%3A39%3A16_001

Ok found my problem. I must have renamed the entity I was monitoring. It works now with mobile_app_martins_iphone as it should. Thank you.