How to adjust volume of non-playable media player from Assist

I just recently got Voice Assistant functionality working and am having a lot of fun with it. However, I haven’t been able to figure out how to set/adjust the volume of a media player that doesn’t support play_media. I have a whole-house audio system that exposes each zone as a media_player, but each player only supports “amplifier” actions. Because of this change Intent target matching and media player enhancements by synesthesiam · Pull Request #115445 · home-assistant/core · GitHub , the Intent engine ignores media players that aren’t in a “Playing” state when attempting to adjust the volume. Is there an elegant way around this?