Advertisement
Guest User

Untitled

a guest
May 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.54 KB | None | 0 0
  1.  
  2. hangouts:
  3.   intents:
  4.     youtu:
  5.       sentences:
  6.        - https://youtu.be/{ytlink}
  7.         - "https://www.youtube.com/watch?v={ytlink}"
  8. # working             https://youtu.be/I_BjCdJlCo4
  9. # Not working.. yet   https://www.youtube.com/watch?v=I_BjCdJlCo4
  10.  
  11. intent_script:
  12.   youtu:
  13.     speech:
  14.       text: I know {{ ytlink }}
  15.     action:
  16.       service: media_extractor.play_media
  17.       data_template:
  18.         media_content_id: "https://youtu.be/{{ytlink}}"
  19.         entity_id: media_player.chromecast_wz
  20.         media_content_type: video
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement