Initial nvidia and tv config and scripts

This commit is contained in:
2020-03-07 11:33:53 +02:00
parent bbd9e84293
commit 895126ecb9
2 changed files with 31 additions and 17 deletions
+14
View File
@@ -19,6 +19,7 @@ cards:
entities: entities:
- entity: switch.camera - entity: switch.camera
- entity: media_player.living_room_tv - entity: media_player.living_room_tv
- entity: media_player.nvidia_shield
- entity: fan.philips_airpurifier - entity: fan.philips_airpurifier
show_header_toggle: false show_header_toggle: false
@@ -35,6 +36,19 @@ cards:
show_source: true show_source: true
source: full 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 - type: entities
title: Manual Overrides title: Manual Overrides
entities: entities:
+17 -17
View File
@@ -1,18 +1,18 @@
# script: script:
# tv_chill: tv_chill:
# alias: TV Chill alias: TV Chill
# sequence: sequence:
# - service: media_extractor.play_media - service: media_extractor.play_media
# data: data:
# entity_id: media_player.living_room_tv_2 entity_id: media_player.shield
# media_content_id: "https://www.youtube.com/watch?v=UgHKb_7884o" media_content_id: "https://www.youtube.com/watch?v=UgHKb_7884o"
# media_content_type: video/youtube media_content_type: video/youtube
# latest_pds: latest_pds:
# alias: Play the latest PDS alias: Play the latest PDS
# sequence: sequence:
# - service: media_extractor.play_media - service: media_extractor.play_media
# data_template: data_template:
# entity_id: media_player.living_room_tv_2 entity_id: media_player.shield
# media_content_id: "{{ state_attr('sensor.philip_defranco', 'url') }}" media_content_id: "{{ state_attr('sensor.philip_defranco', 'url') }}"
# media_content_type: video/youtube media_content_type: video/youtube