New Features
- Expanded the recent
sync_selected_entityaction to include a new argument to specify which entity you want to expose to a text helper. You will find the new drop down when configuring the action.
yamp_entity: Target media player (MA entity if configured, else main entity)
yamp_main_entity: Main configured entity
yamp_playback_entity: Currently active playback entity
- Adds a new
show_chip_rowoption ofin_menu_on_idlewhich tucks the entity chips in the menu when the card is idle and dislpays them when the card is playing. It's the best of both worlds when you want to display a picture or slideshow when there's no music playing
Bug Fixes
- Introduced some reserved heights for various card elements that hide during the idle phase to stop the card from changing heights when transitioning from active to idle.
- Note: This may still happen in some configurations like if the card is in
always_collapsedmode and the most recently playing song title spans more than 1 row.
- Note: This may still happen in some configurations like if the card is in
What's Changed
- feat: Introduce configurable sync entity type by @jianyu-li in #220
- Chip menu on idle option by @jianyu-li in #221
- build(deps-dev): bump rollup from 4.55.1 to 4.55.2 by @dependabot[bot] in #219
Full Changelog: v32.3.0...v32.4.0