Tell if Google Assistant called a Service?

Hi all,

I have a Manual Override switch for each room in my house. This switch, when enabled, stops lights from turning off or turning on from automations.

I would like to be able to set this switch to “on” when a light is turned off or on by Google Assistant.

Is there a way to tell that GA issued a given service call to a light?

Thanks!

So I’m dumb. Think differently I guess. The simple way is just “duplicate” your entities by grouping them into groups you’ll use only with GA.

So my light.hall_lights now has a (light) groups entry, light.hall_lights_ga. Whenever this specific entity is called I will know it’s GA, and turn on the override bool.

Easy.