Critical alert to phone & repeat until toggle button, working OK, but how to bring up that button?

Hi,
Got most of this working so I get alert on my Android phone (critical ideally so if on mute etc)
repeat until I press a toggle button on one of my HA pages.
Again I have this working but currently need to open HA APP & go to the correct tab/page & would really like the button or that page to pop up on the phone so I can immediately access the toggle off.

I have seen where a normal alert can bring up this but not tried but cannot see how it works where I have added the repeat code. Actions code below (bottom) but not sure if can be added.

Side note & at the moment I don’t any text, so no visual info on the phone at all, just the text to speech which is 95% what I want but perhaps visual also.

alias: Nofity Gregs Phone
description: ""
trigger: []
condition: []
action:
  - service: input_boolean.turn_off
    entity_id: input_boolean.sosonoff
  - repeat:
      while:
        - condition: state
          entity_id: input_boolean.sosonoff
          state: "off"
      sequence:
        - service: notify.mobile_app_sm_g998b
          data:
            message: TTS
            data:
              ttl: 0
              priority: high
              media_stream: alarm_stream
              tts_text: SOS button has been pressed
        - delay: "00:00:05"


actions:
  - action: URI
    title: "stop SOS"
    uri: /lovelace/4