Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - type: sections
- max_columns: 4
- title: Test
- path: test
- sections:
- - type: grid
- cards:
- - type: custom:button-card
- entity: remote.65_tcl_roku_tv
- size: 50px
- color: auto
- color_type: card
- tap_action:
- action: toggle
- name: Bedroom TV
- - type: custom:universal-remote-card
- rows:
- - - - plex
- - - youtube
- - - PS5
- - - - back
- - - keyboard
- - - home
- - - circlepad
- - - - reverse
- - - play_pause
- - - forward
- - - - volumemute
- - - volume_down
- - - volume_up
- platform: Roku
- custom_actions:
- - type: button
- name: PS5
- icon: mdi:sony-playstation
- tap_action:
- action: source
- source: PlayStation 5
- - type: circlepad
- name: circlepad
- tap_action:
- action: key
- key: select
- platform: Roku
- up:
- icon: mdi:chevron-up
- tap_action:
- action: key
- key: up
- hold_action:
- action: repeat
- down:
- icon: mdi:chevron-down
- tap_action:
- action: key
- key: down
- hold_action:
- action: repeat
- styles: ''
- left:
- icon: mdi:chevron-left
- tap_action:
- action: key
- key: left
- hold_action:
- action: repeat
- right:
- icon: mdi:chevron-right
- tap_action:
- action: key
- key: right
- hold_action:
- action: repeat
- styles: |-
- :host {
- width: 500px;
- }
- .circlepad {
- border: 1px solid [#444](https://github.com/Nerwyn/universal-remote-card/issues/444);
- background: radial-gradient(circle at top left, [#202020](https://github.com/Nerwyn/universal-remote-card/issues/202020) 15%, [#303030](https://github.com/Nerwyn/universal-remote-card/issues/303030) 100%);
- --icon-color: rgba(128,128,128,0.5);
- }
- #center::part(button) {
- background: radial-gradient(circle at top left, [#303030](https://github.com/Nerwyn/universal-remote-card/issues/303030) 15%, [#101010](https://github.com/Nerwyn/universal-remote-card/issues/101010) 100%);
- border: 1px solid rgba(0, 0, 0, 0.5);
- }
- #center::part(icon) {
- color: rgba(128,128,128, 0.8);
- --size: 50px;
- }
- #left,
- #right {
- width: 100%;
- }
- icon: ok
- - type: button
- name: volumemute
- icon: mdi:volume-mute
- tap_action:
- action: key
- key: Volume_Mute
- remote_id: remote.65_tcl_roku_tv
- media_player_id: media_player.65_tcl_roku_tv
- - type: grid
- cards:
- - type: heading
- heading: New section
- - type: custom:lottie-card
- animation: /local/animation/lonely.json
- size: 65px
- loop: true
- utoplay: true
- direction: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement