Play a sound during an automation

Good morning
Every day, in the morning and evening, I have an automation of a radar operating in KNX, which activates and deactivates.

Open

alias: Ouverture radar
description: ""
trigger:
  - platform: time
    at: "06:35:00"
    enabled: true
condition: []
action:
  - service: switch.toggle
    data: {}
    target:
      entity_id: switch.radar
mode: single

Close

alias: Fermeture radar
description: ""
trigger:
  - platform: time
    at: "18:34:00"
condition: []
action:
  - service: switch.toggle
    data: {}
    target:
      entity_id: switch.radar
mode: single

Is it possible to have audio sound when the automation runs?
My config:
MacOs 10.14.6 + VirtualBox 6.1

You need to have a media_player device to play the sound on.