w1tw0lf
Expert Member
- Joined
- Sep 29, 2009
- Messages
- 1,192
Here is how I have an audio play on the google home speaker
url: would be the address of home assistant. It should also work with /local/*.mp3 but haven't tried it.
Used this site. https://ttsmp3.com/ to create the mp3 from text.
Code:
service: media_player.play_media
target:
entity_id: media_player.family_room_speaker
data:
media_content_id: https://"url":8123/local/test.mp3
media_content_type: audio/mp3
url: would be the address of home assistant. It should also work with /local/*.mp3 but haven't tried it.
Used this site. https://ttsmp3.com/ to create the mp3 from text.


