mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 09:12:57 +00:00
Initial nvidia and tv config and scripts
This commit is contained in:
@@ -19,6 +19,7 @@ cards:
|
||||
entities:
|
||||
- entity: switch.camera
|
||||
- entity: media_player.living_room_tv
|
||||
- entity: media_player.nvidia_shield
|
||||
- entity: fan.philips_airpurifier
|
||||
show_header_toggle: false
|
||||
|
||||
@@ -35,6 +36,19 @@ cards:
|
||||
show_source: true
|
||||
source: full
|
||||
|
||||
- type: "custom:mini-media-player"
|
||||
artwork: cover
|
||||
entity: media_player.spotify_georgi_grdev
|
||||
hide:
|
||||
power_state: false
|
||||
shuffle: false
|
||||
idle_view:
|
||||
when_idle: true
|
||||
when_standby: true
|
||||
platform: sonos
|
||||
show_source: true
|
||||
source: full
|
||||
|
||||
- type: entities
|
||||
title: Manual Overrides
|
||||
entities:
|
||||
|
||||
+17
-17
@@ -1,18 +1,18 @@
|
||||
# script:
|
||||
# tv_chill:
|
||||
# alias: TV Chill
|
||||
# sequence:
|
||||
# - service: media_extractor.play_media
|
||||
# data:
|
||||
# entity_id: media_player.living_room_tv_2
|
||||
# media_content_id: "https://www.youtube.com/watch?v=UgHKb_7884o"
|
||||
# media_content_type: video/youtube
|
||||
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.living_room_tv_2
|
||||
# media_content_id: "{{ state_attr('sensor.philip_defranco', 'url') }}"
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user