mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
title: Spacer
|
|
icon: mdi:dots-horizontal
|
|
cards:
|
|
|
|
- type: 'custom:roku-card'
|
|
entity: media_player.downstairs_roku
|
|
tv: true
|
|
name: Great Room
|
|
apps:
|
|
- image: /local/netflix-icon.png
|
|
app: Netflix
|
|
hold_action:
|
|
action: call-service
|
|
service: media_player.select_source
|
|
service_data:
|
|
entity_id: media_player.downstairs_roku
|
|
source: Netflix
|
|
|
|
- image: /local/youtube-icon.png
|
|
app: YouTube
|
|
hold_action:
|
|
action: call-service
|
|
service: media_player.select_source
|
|
service_data:
|
|
source: "YouTube"
|
|
entity_id: media_player.downstairs_roku
|
|
|
|
- image: /local/baby-yoda.png
|
|
app: Disney Plus
|
|
hold_action:
|
|
action: call-service
|
|
service: media_player.select_source
|
|
service_data:
|
|
source: "Disney Plus"
|
|
entity_id: media_player.downstairs_roku
|
|
|
|
- image: /local/primevideo-icon.png
|
|
app: Prime Video
|
|
hold_action:
|
|
action: call-service
|
|
service: media_player.select_source
|
|
service_data:
|
|
source: "Prime Video"
|
|
entity_id: media_player.downstairs_roku
|
|
|
|
volume_up:
|
|
show: false
|
|
volume_down:
|
|
show: false
|
|
volume_mute:
|
|
show: false
|
|
|
|
power:
|
|
tap_action:
|
|
action: call-service
|
|
service: switch.toggle
|
|
service_data:
|
|
entity_id: switch.shelly_projector
|