-
-
Save iantrich/2a0879f27e90f6ef54f43b5f4f418b2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
square: false | |
cards: | |
- content: | | |
Office Roku <br> {{ state_attr('media_player.office_roku', 'source') }} | |
type: markdown | |
- entity: media_player.office_roku | |
type: media-control | |
- icon: mdi:power | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: power | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:arrow-left | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: back | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:information-outline | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: info | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:home | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: home | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:hulu | |
show_name: false | |
tap_action: | |
action: call-service | |
service: media_player.select_source | |
service_data: | |
entity_id: media_player.office_roku | |
source: Hulu | |
type: button | |
- icon: mdi:chevron-up | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: up | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:netflix | |
show_name: false | |
tap_action: | |
action: call-service | |
service: media_player.select_source | |
service_data: | |
entity_id: media_player.office_roku | |
source: Netflix | |
type: button | |
- icon: mdi:chevron-left | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: left | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:checkbox-blank-circle-outline | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: select | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:chevron-right | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: right | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:amazon | |
show_name: false | |
tap_action: | |
action: call-service | |
service: media_player.select_source | |
service_data: | |
entity_id: media_player.office_roku | |
source: Prime Video | |
type: button | |
- icon: mdi:chevron-down | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: down | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:castle | |
show_name: false | |
tap_action: | |
action: call-service | |
service: media_player.select_source | |
service_data: | |
entity_id: media_player.office_roku | |
source: Disney Plus | |
type: button | |
- icon: mdi:rewind | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: reverse | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:play-pause | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: play | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:fast-forward | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: forward | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:volume-mute | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: volume_mute | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:volume-minus | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: volume_down | |
entity_id: remote.office_roku | |
type: button | |
- icon: mdi:volume-plus | |
show_name: false | |
tap_action: | |
action: call-service | |
service: remote.send_command | |
service_data: | |
command: volume_up | |
entity_id: remote.office_roku | |
type: button | |
type: grid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment