Advertisement
HATHROWAWAY

Xbox Custom Swipe Navigation - Home Assistant

Jul 13th, 2025 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. type: custom:swipe-navigation-card
  2. haptic: light
  3. tap_action:
  4. service: remote.send_command
  5. data:
  6. entity_id: remote.tungsten_cube_remote
  7. command: A
  8. swipe_up:
  9. service: remote.send_command
  10. data:
  11. entity_id: remote.tungsten_cube_remote
  12. command: Up
  13. swipe_down:
  14. service: remote.send_command
  15. data:
  16. entity_id: remote.tungsten_cube_remote
  17. command: Down
  18. swipe_left:
  19. service: remote.send_command
  20. data:
  21. entity_id: remote.tungsten_cube_remote
  22. command: Left
  23. swipe_right:
  24. service: remote.send_command
  25. data:
  26. entity_id: remote.tungsten_cube_remote
  27. command: Right
  28. top_button_left:
  29. icon: mdi:power
  30. service: remote.send_command
  31. data:
  32. entity_id: remote.tungsten_cube_remote
  33. command: power
  34. top_button_middle:
  35. icon: mdi:home
  36. service: media_player.play_media
  37. data:
  38. entity_id: media_player.tungsten_cube
  39. media_content_type: ""
  40. media_content_id: Home
  41. top_button_right:
  42. icon: mdi:magnify
  43. service: remote.send_command
  44. data:
  45. entity_id: remote.tungsten_cube_remote
  46. command: "Y"
  47. left_button_top:
  48. icon: mdi:arrow-left
  49. service: remote.send_command
  50. data:
  51. entity_id: remote.tungsten_cube_remote
  52. command: B
  53. left_button_middle:
  54. icon: mdi:play
  55. service: media_player.media_play
  56. data:
  57. entity_id: media_player.tungsten_cube
  58. left_button_bottom:
  59. icon: mdi:pause
  60. service: media_player.media_pause
  61. data:
  62. entity_id: media_player.tungsten_cube
  63. right_button_top:
  64. icon: mdi:volume-plus
  65. service: media_player.volume_up
  66. data:
  67. entity_id: media_player.tungsten_cube
  68. right_button_middle:
  69. icon: mdi:volume-mute
  70. service: media_player.volume_mute
  71. data:
  72. entity_id: media_player.tungsten_cube
  73. is_volume_muted: true
  74. right_button_bottom:
  75. icon: mdi:volume-minus
  76. service: media_player.volume_down
  77. data:
  78. entity_id: media_player.tungsten_cube
  79. bottom_button_right:
  80. icon: mdi:youtube
  81. service: media_player.play_media
  82. data:
  83. entity_id: media_player.tungsten_cube
  84. media_content_type: app
  85. media_content_id: 9NDP7KTLK7W3
  86. bottom_button_middle:
  87. icon: mdi:hulu
  88. service: media_player.play_media
  89. data:
  90. entity_id: media_player.tungsten_cube
  91. media_content_type: app
  92. media_content_id: 9WZDNCRFJ3L1
  93. bottom_button_left:
  94. icon: mdi:movie-filter-outline
  95. service: media_player.play_media
  96. data:
  97. entity_id: media_player.tungsten_cube
  98. media_content_type: app
  99. media_content_id: 9NN5NTKVGL4R
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement