#**ISSUES WITH SONOS VOLUME / DOORBELL**

1 messages · Page 1 of 1 (latest)

simple forge
#

@feral ember I've tried with delay, but it still doesn't work

` - service: media_player.volume_set
metadata: {}
data:
volume_level: 0.5
target:
entity_id: media_player.spisekokken
enabled: true

  • service: media_player.play_media
    target:
    entity_id: media_player.spisekokken
    data:
    media_content_id: media-source://media_source/local/Ding-dong-doorbell-rings.mp3
    media_content_type: audio/mpeg
    metadata:
    title: Ding-dong-doorbell-rings.mp3
    thumbnail: null
    media_class: music
    children_media_class: null
    navigateIds:
    - {}
    - media_content_type: app
    media_content_id: media-source://media_source
  • delay:
    hours: 0
    minutes: 2
    seconds: 0
    milliseconds: 0
  • service: media_player.volume_set
    metadata: {}
    data:
    volume_level: 0.5
    target:
    entity_id: media_player.spisekokken
    enabled: true`
high pendant
#

Have you tried using the media_player.play_media with announce rather than messing about with the volume directly.