kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.47k stars 206 forks source link

Volume slider knob no longer shows state value on hover or action, broken by HA update 11.x #794

Closed jksalvo closed 7 months ago

jksalvo commented 7 months ago

The volume slider knob no longer shows the state value on hover or action. This was apparently caused by a change in the November 2023 HA update that affected all custom component slider knobs. I updated the other components that use sliders but was still having problems with all of them until I removed the Mini Media Player resource, reinstalled the component via HACS (perhaps unnecessary), then added the MMP resource back. This fixed the other sliders (although not in the companion app, for some reason) but not the ones for MMP.

Thanks!

alexanderznamensky commented 7 months ago

Change "ignore-bar-touch pin" by "ignore-bar-touch labeled pin". It fixes the issue ;)

djgrazzy commented 7 months ago

Change "ignore-bar-touch pin" by "ignore-bar-touch labeled pin". It fixes the issue ;)

How is this done?

alexanderznamensky commented 7 months ago

It is in the file: \home-assistant-IP\config\www\community\mini-media-player\mini-media-player-bundle.js

Don't forget to clear your cache in brouser, delete the "mini-media-player-bundle.js.gz" and change name of resource: The dashboard resources url: image You can add v=1.16.5-beta for example

djgrazzy commented 7 months ago

Awesome, thanks for the quick reply..

jksalvo commented 7 months ago

Awesome indeed! I won't have a chance to test this for a couple more days, but thanks for getting back so quickly.

djgrazzy commented 7 months ago

Awesome indeed! I won't have a chance to test this for a couple more days, but thanks for getting back so quickly.

Version 1.16.6 has just been published and it's fixed in that so just update (no need to edit the js file)

jksalvo commented 6 months ago

This worked perfectly and fixed all the problems in the app as well, thank you for your help!