Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:swipe-navigation-card
- haptic: light
- tap_action:
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: A
- swipe_up:
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: Up
- swipe_down:
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: Down
- swipe_left:
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: Left
- swipe_right:
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: Right
- top_button_left:
- icon: mdi:power
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: power
- top_button_middle:
- icon: mdi:home
- service: media_player.play_media
- data:
- entity_id: media_player.tungsten_cube
- media_content_type: ""
- media_content_id: Home
- top_button_right:
- icon: mdi:magnify
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: "Y"
- left_button_top:
- icon: mdi:arrow-left
- service: remote.send_command
- data:
- entity_id: remote.tungsten_cube_remote
- command: B
- left_button_middle:
- icon: mdi:play
- service: media_player.media_play
- data:
- entity_id: media_player.tungsten_cube
- left_button_bottom:
- icon: mdi:pause
- service: media_player.media_pause
- data:
- entity_id: media_player.tungsten_cube
- right_button_top:
- icon: mdi:volume-plus
- service: media_player.volume_up
- data:
- entity_id: media_player.tungsten_cube
- right_button_middle:
- icon: mdi:volume-mute
- service: media_player.volume_mute
- data:
- entity_id: media_player.tungsten_cube
- is_volume_muted: true
- right_button_bottom:
- icon: mdi:volume-minus
- service: media_player.volume_down
- data:
- entity_id: media_player.tungsten_cube
- bottom_button_right:
- icon: mdi:youtube
- service: media_player.play_media
- data:
- entity_id: media_player.tungsten_cube
- media_content_type: app
- media_content_id: 9NDP7KTLK7W3
- bottom_button_middle:
- icon: mdi:hulu
- service: media_player.play_media
- data:
- entity_id: media_player.tungsten_cube
- media_content_type: app
- media_content_id: 9WZDNCRFJ3L1
- bottom_button_left:
- icon: mdi:movie-filter-outline
- service: media_player.play_media
- data:
- entity_id: media_player.tungsten_cube
- media_content_type: app
- media_content_id: 9NN5NTKVGL4R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement