Nerwyn / android-tv-card

A completely customizable universal remote card for Home Assistant. Supports multiple platforms out of the box.
Apache License 2.0
232 stars 12 forks source link

Volume doesn't work #99

Closed 1mfaasj closed 2 months ago

1mfaasj commented 3 months ago

Hi I've got an issue with the volume which doesn't work/respond. Any idea what is causing this? the rest of the controls are working fine though, how my code looks like:

type: custom:android-tv-card
remote_id: remote.chromecastzolder
keyboard_id: media_player.chromecast_zolder
rows:
  - - back
    - power
    - home
    - search
  - - volume_down
    - volume_mute
    - volume_up
  - - navigation_buttons
  - - netflix
    - youtube
    - disney
    - spotify
    - nlziet
    - videoland
  - - previous
    - rewind
    - play_pause
    - fast_forward
    - next

I enabled and using the following HA integrations:

I've tried all three without success. What I noticed is that the volume buttons on the entity (at the integration page) is't working either. So what I mean: image

If you know a workaround or maybe a way to control the volume with an adb command (?) please let me know.

Nerwyn commented 3 months ago

If it isn't working in the Home Assistant more info popup, then it isn't an issue with this card and shouldn't be labeled as a bug.

How are your speakers setup?

1mfaasj commented 2 months ago

It could be card related right but I tested all media integrations and volume doesn't work anywhere so I need to fix that first You may close the ticket Thanks for replying anyway!