Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume Lag #79

Open
janstadt opened this issue Apr 9, 2022 · 1 comment
Open

Volume Lag #79

janstadt opened this issue Apr 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@janstadt
Copy link

janstadt commented Apr 9, 2022

Checklist:

  • [ X] I updated to the latest version available
  • [ X] I cleared the cache of my browser

Release with the issue:
Latest
Last working release (if known):
Unsure
Browser and Operating System:
Home Assistant iOS companion app, all browsers.

Description of problem:
I have this card setup to work with a couple roku ultra's and a roku express 4k. I set the tv:true set which seems to work with the roku via HDMI CEC with my televisions (a sony android tv, hisense android tv and a tcl android tv) but there is a huge lag between volume actions. Like 6-10seconds between each press. All the other buttons have little to no latency and was hoping to see if anyone has a solution for this? I know i could use the android tv integration but was hoping to keep it all going through the Roku integrations i already have. TIA!

@janstadt janstadt added the bug Something isn't working label Apr 9, 2022
@nextcode4u
Copy link

Change the call service to media instead if your call service is remote.

type: custom:roku-card
entity: media_player.obeythewalrus_tv
tv: true
volume_up:
tap_action:
action: call-service
service: media_player.volume_up
service_data:
entity_id: media_player.obeythewalrus_tv
volume_down:
double_tap_action:
action: call-service
service: media_player.volume_down
service_data:
entity_id: media_player.obeythewalrus_tv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants