HA Audio Notification fails in automations.yaml, but works everywhere else

I am using Ordoid-N2+ with 3.5 audio jack output. It works with Media and VLC when clicking files in folders…no problem. I use autogenerated automations.yaml that does everything correctly except play audio. Using latest updates.

id: '1655529019731'
  alias: Entry Notification
  description: ''
  trigger:
  - type: motion
    platform: device
    device_id: 9a68a36cb94918da0919a0561efcd76e
    entity_id: binary_sensor.lumi_lumi_sensor_motion_8cfd0707_ias_zone
    domain: binary_sensor
  - type: opened
    platform: device
    device_id: 83e70769faaf28dfd49682db333fd14b
    entity_id: binary_sensor.sengled_e1d_g73_da4a6d03_ias_zone
    domain: binary_sensor
    for:
      hours: 0
      minutes: 0
      seconds: 0
  condition: []
  action:
  - service: media_player.play_media
    target:
      entity_id: media_player.vlc_telnet
    data:
      media_content_id: '/media/classic-door-bell.mp3'
      media_content_type: 'music'
    metadata: {}
  mode: single

What is wrong?