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