HTML5 Actions with Alerts

Hello, I have been working the last couple of days to configure action buttons for Alerts in Home assistant. I have been doing testing and been able to get this working with Automations but not Alerts. I know I need to do this with a Group platform under Notify. Here is what I currently have as my Notify:

  • name: html_action_test
    platform: group
    services:
    - service: html5_ericsphone
    data:
    data:
    actions:
    action: ‘close_aux_garage’
    title: ‘Close Garage’

Let me know what I need to tweak or if some other information is needed. Thank you!

anyone using HTML actions with the build in Alerts? Thanks!..also sorry about the formatting in the above post.