Files
sarah/packages/devices/tv.yaml
T
2020-03-07 18:55:20 +02:00

24 lines
663 B
YAML

media_player:
- platform: androidtv
name: nvidia shield
host: !secret nvidia_shield_host
script:
tv_chill:
alias: TV Chill
sequence:
- service: media_extractor.play_media
data:
entity_id: media_player.shield
media_content_id: "https://www.youtube.com/watch?v=UgHKb_7884o"
media_content_type: video/youtube
latest_pds:
alias: Play the latest PDS
sequence:
- service: media_extractor.play_media
data_template:
entity_id: media_player.shield
media_content_id: "{{ state_attr('sensor.philip_defranco', 'url') }}"
media_content_type: video/youtube