I’m a newbee. Just installed Home Assistant on a Raspberry and everything seems to be working fine. I have multiple integrations up and running and are playing with automation.
My question is simple: How can i get a trigger to fire when e.g. volume on my sonos is turned up/down. - of basically any action is taken on sonos (e.g. play started or stopped)
I can’t find anything on sonos triggers except on alarms. Not anything on “normal operation”, “Current status” or the like…
Thanks a lot. That was exactly what I was looking for.
However, now I’m faced with a new challenge. When volume changes (trigger), I want to call a service with the volume as a parameter to that service call.
Can you point me in the right direction on how to “pick up” the volume from the state-change and feed it as a parameter to the service call?