Try to set audio alaram song everyday

Hi,
I setup alarm to play song every day morning but every thing working fine but unable to set speaker(Google mini) volume could anyone have any idea to over come this issue ?

code i used bellow

  • id: ‘1658590829652’
    alias: Morning Song
    description: ‘’
    trigger:
    • platform: time
      at: ‘17:32:00’
      condition: []
      action:
    • service: media_player.play_media
      entity_id: media_player.hall_speaker
      volume_level: ‘0.8’
      target:
      entity_id: media_player.hall_speaker
      data:
      media_content_id: media-source://media_source/local/Good/Onbathu-Kolum-T.L.-Maharajen.mp3
      media_content_type: audio/mpeg
      metadata:
      title: Onbathu-Kolum-T.L.-Maharajen.mp3
      thumbnail:
      media_class: music
      children_media_class:
      navigateIds:
      • {}
      • media_content_type: app
        media_content_id: media-source://media_source
      • media_content_type: ‘’
        media_content_id: media-source://media_source/local/Good
        mode: single

In your media player play media action you have set volume, however if you check the documents and/or check this service in developer tools there appears to be no volume option and therefore suggest your automation is wrong.

I would call the service media player volume set service as the first action then the play media as the 2nd action.