github jianyu-li/yet-another-media-player v32.2.0

latest releases: v35.0.9, v35.0.8, v35.0.7...
3 months ago

New Feature

This release includes a fun idea from GitHub that gives you the ability to sync the currently selected entity in yamp (either by manually selecting the chip or via auto-switch) to an input_text helper. The use-case presented was being able to use yamp's selected entity to dynamically update other cards on the dashboard based on whichever entity was selected.

You can configure this on the Action tab of the editor using the new Sync Selected Entity drop down and then choosing your input_text helper of choice to store the information.

actions:
  - action: sync_selected_entity
    sync_entity_helper: input_text.current_yamp_entity

What's Changed

  • feat: Implement utility functions for artwork validation, Jinja templ… by @jianyu-li in #214
  • Selected entity automation by @jianyu-li in #215

Full Changelog: v32.1.1...v32.2.0

Don't miss a new yet-another-media-player release

NewReleases is sending notifications on new releases.