Notification to phone with nested question

I have an immersion heater that I control with a smart switch.

I have an automation that runs at 9pm every evening, that triggers a “confirmable notification” sent to my phone, to ask if I want the hot water to turn on tomorrow morning.

I have an automation that turns it on at 06:00.

If I select “yes” in the “confirmable notification”, I ‘turn on automation’
If I select “No” in the “confirmable notification”, I ‘turn off automation’

I also have two “threshold sensor” helpers, and two automations that turn off the immersion heater at the two sensor temperatures: 45 and 70 deg C

I’m trying to work out how to get the phone notification to ask me what temperature I want (45 or 70) once I’ve selected ‘yes’, so that I can turn on or off the appropriate temperature control automation.

Can anyone help me with this please?

Hi, first: turning automations on/off is not meant to be used liked that.

Show the YAML code, pasted by using the </> symbol in the edit box, that you have.

Why not just edit your automation to have 3 options instead of 2… i.e. No, Yes, 45° , Yes, 70°?

Hi. What do you mean “not meant to be used like that”? What is that automation on/off option meant to be used for ?

I do not have any code to paste. I’m going around in circles trying to use the confirmable notification blueprint, ‘choice’ options and automation triggers.
I feel like I’m missing a basic workflow.
A verbal high level summary, with pointers to the best tools/functions to use would be appreciated.

Because the confirmable notification blueprint I’m using only has two options - confirm or dismiss