Change alarm volume on Google Home speakers

I have an automation to adjust the volume on my Google Home speakers throughout my house, but the alarm volume of the speakers doesn’t seem to change with it. My announcements and music change volume nicely throughout the day, but any alarms/timers seem to ring at the same volume, regardless.

Is there a way to adjust the alarm volume separately?

Many thanks,

I think I figured it out, in case someone else stumbles on this in the future.

media_player.volume_set will allow you to change the volume for the assistant voice and media.

Then each of my devices also had another entity that was a number. number.set_value let me adjust the volume of the alarms/timers on that device.

Somehow I missed it earlier, but it was obvious in the end.