Google Home and multiple entities

Hello,
in my configuration.yaml I have

expose_by_default: false

and I’ve configurated every device by hand.

The problem is that I have different switches, mutually exclusive:

  • Music Rock
  • Music Pop
  • Music Jazz

Everyone is working fine “Ok google, turn on Music rock”, for example, but with the command:
Ok google turn on music”, every switch is going to turn on, doing a real mess!

Any idea how to deal with it ?

Thanks

Set up routines in Google Home app to tranlate different sentences to what you want done.

I didn’t want deal with that app but you are right!
I made a routine “turn on the music” with the action “turn on Le sonos” and the problem went away.
BTW, “Le sonos” is a HA switch to pause/play all my sonos.

Thanks!