- id: '*****'
alias: Door chime
trigger:
- entity_id: binary_sensor.front_door_fibaro
from: 'off'
platform: state
to: 'on'
condition: []
action:
- data:
entity_id: media_player.living
service: sonos.snapshot
- data:
entity_id: media_player.living
volume_level: '0.55'
service: media_player.volume_set
- data:
entity_id: media_player.living
media_content_id: https://*******.duckdns.org/local/you-wouldnt-believe.mp3
media_content_type: music
service: media_player.play_media
- data:
entity_id: media_player.living
service: sonos.restore
Hi all,
Please help me as i don’t know why it isn’t working
When streaming a media file, for instance a radio station the chime doesn’t sound (it silences)
but restores the radio stream
When i remove the service sonos restore
- data:
entity_id: media_player.living
service: sonos.restore
the chime is working but when the mp3 ends it doesn’t resume playing the radio station.
what am i doing wrong here?