Releases: droans/mass_queue
v0.6.0-b3
v0.6.0-b2
v0.6.0-b1
v0.6.0
v0.5.0
Music Assistant Queue Actions v0.5.0
Breaking Changes
mass_queue.send_command now requires that the config_entry_id for the Music Assistant Queue Actions integration is passed. If you are using this action in any of your scripts or automations, please ensure it is updated with the applicable ID.
What's New
Support for multiple Music Assistant instances
Initially, this integration would always select the first Music Assistant integration on your system. While this worked fine for most people, this would cause errors for anyone with multiple instances (even if all but one were disabled). With this change, it no longer matters - the actions will work no matter how many instances you have installed.
🚀 Enhancements
🧰 Maintenance
v0.4.2
v0.4.1
v0.4.0
Music Assistant Queue Actions v0.4.0
New Action - mass_queue.send_command
Send any command to Music Assistant and receive back the response (if any). Find existing commands and data schemas by searching themusic_assistant/server repository for @api_command.
✨ New features
🐛 Bug fixes
🚀 Enhancements
- Update get queue items action @droans (#6)
- Add send command @droans (#20)
- Update service yaml @droans (#21)
🧰 Maintenance
v0.3.0 - Add to HACS Default
Only changes made since v0.3.0 was correcting some action data. This release is a requirement to add to HACS Default Repo. v0.3.0 release notes below.
Music Assistant Queue Actions v0.3.0
New Features:
- Added new parameters for
mass_queue.get_queue_items:limit_before: Limit the number of items to display before current active item.limit_after: Limit the number of items to display after the current active item.
Keep in mind that when limit_before is used, offset is ignored. When limit_after is used, limit is ignored.
Full Changelog: v0.3.0...v0.3.0-hacs
v0.3.0
Music Assistant Queue Actions v0.3.0
New Features:
- Added new parameters for
mass_queue.get_queue_items:limit_before: Limit the number of items to display before current active item.limit_after: Limit the number of items to display after the current active item.
Keep in mind that when limit_before is used, offset is ignored. When limit_after is used, limit is ignored.