Universal Remote Card - Buttons, Touchpads, Sliders, and Keyboards for Multiple Platforms

Hello,

Thanks for this dashboard. I installed it via HACS and after cleanning my setup, all is working. Thanks

I am trying to build a custom button. I have this currently working as a script and then assigning a button to the script.

sequence:
  - alias: Launch HBO MAX on Master Bedroom
    sequence:
      - target:
          entity_id: media_player.master_bedroom
        data:
          source: HBO Max
        action: media_player.select_source
alias: Launch HBO MAX on Master Bedroom
description: ""

but I’m failing to adapt it for Spectrum TV app.

Any ideas? I assume I just don’t know what to list as the source… but I don’t know

When using the slider with Fire TV and selecting the media player (JBL Bar 1000), the volume slider does not retain its position. After changing the value and tapping anywhere on the screen, the slider jumps back instead of staying at the selected level.

Also i have tried to use the jbl number entity directly but got the same behavior


Are you sure that the sound bar reports it’s volume back to Home Assistant? What does the media player volume_level attribute look like? Does it actually change the volume? A lot of media player entities do not actually report their volumes or support the media_player.volume_set service.

Thank you for your reply :pray:t4: Yes it actually changes the volume even through the card it just that the slider doesn’t stays at the set position after changing the volume, it jumps to a different position without effecting the volume level with that behavior

Post your slider config, something may be wrong with that. When you refresh the page is the volume slider in the correct position? It could be that the soundbar takes a while to report it’s updated volume to Home Assistant and the slider’s update after action delay needs to be increased to account for it.