Volume improvements
You can now enable volume + and - buttons on all cards.
In addition you can also toggle whether those buttons should result in setting a volume percentage or use the volume_up/down actions. This is handy for when your player doesn't support setting a volume percentage.
Volume level indicator when dragging.
When dragging the slider, volume level is now shown above.
Slider improvements
The slider handle was not exactly easy to hit before. This should be much better now :)
What else?
- Specified name wasn't always applied on the cards. That should be fixed now.
- A power toggle has been added to the home tab of the multi card.
- Adding custom buttons to run actions which didn't require data was broken. This is now fixed.
What's Changed (PR's)
- feature: restructure documentation and add multi documentation. by @antontanderup in #186
- fix: volume slider thumb alignment by @antontanderup in #194
- feature: volume level value indicator by @antontanderup in #195
- feature: volume + - buttons by @antontanderup in #196
- fix: scripts invalid without data object (should be optional) by @antontanderup in #198
- fix: player not applied to multi card group selection by @antontanderup in #199
- feature: power toggle on multi home tab by @antontanderup in #200
- chore: volume alignment (use same component for sliders) by @antontanderup in #201
- fix: attempt to prevent slider step mis clicks (causing 99% volume increases) by @antontanderup in #202
- fix: volume level indicator cut off on massive card by @antontanderup in #203
- fix: don't debounce step volume change by @antontanderup in #206
Full Changelog: v0.25.0...v0.26.0