Hello,
I have a Sony tv model xbr_55x800h
I use it as media player.
When I use lovelace (media control card) to play sound with tts it’s work all the time.
When I use in automation, I have this:
- service: media_player.turn_on
entity_id: media_player.sony_xbr_55x800h
- service: media_player.volume_set
data:
entity_id: media_player.sony_xbr_55x800h
volume_level: 0.4
- service: media_player.play_media
entity_id: media_player.sony_xbr_55x800h
data:
media_content_id: 'http://192.168.1.106:8123/local/mp3/doorbell.mp3'
media_content_type: 'music'
Some times it’s work and some times not. May be the source is not selected ?
I have another tv and it work well.
With lovelace (UI) it’s work all the time.
Can somebody tell me what is the exact sequence on the media control card ?
I spend fiew days on it…
Many thanks for your help !!!
Best regards