Sdomotica

Radio Web con annuncio TTS per Google Home

Jun 13th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. tuneinradio:
  2. alias: RTL su Google Home
  3. sequence:
  4. - service: media_player.volume_set
  5. data_template:
  6. entity_id: media_player.soggiorno
  7. volume_level: '{{ states.input_slider.volume_radio.state }}'
  8. - service: tts.google_say
  9. data_template:
  10. entity_id: media_player.soggiorno
  11. message: "Next station: RTL 102.5"
  12. - delay: '00:00:08'
  13. - service: media_player.play_media
  14. data_template:
  15. entity_id: media_player.soggiorno
  16. media_content_id: http://shoutcast.rtl.it:3010/stream/1/
  17. media_content_type: 'audio/mp4'
Add Comment
Please, Sign In to add comment