Google Home "lights on" turns lights on then off

I have 3 Lutron Caseta light switches and 1 Tasmota WiFi light switch in my basement, all controlled by HA. I have these three switches assigned to my basement in my Google Home app.

If I say “Ok Google, turn on the basement lights” my lights flicker on, off, on, then off. The logs are below.

If I say “Ok Google, basements lights 100%” all the lights turn on.
lights%20100

Any idea how to fix this so the lights turn on when I give the “lights on” command?

can you share the part of the config where you defined the lights and where you defined google assistant?

This is the config for the three Lutron lights, they are cloud based

lutron_caseta:
  host: 192.168.1.14
  keyfile: /ssl/lutron/caseta.key
  certfile: /ssl/lutron/caseta.crt
  ca_certs: /ssl/lutron/caseta-bridge.crt

And the config for the one MQTT switch

light:
  - platform: mqtt
    name: "Basement Card Table"
    command_topic: "cmnd/lightswitch1/POWER"
    state_topic: "stat/lightswitch1/POWER"
    qos: 1
    payload_on: "ON"
    payload_off: "OFF"
    retain: true

I connect Google Home through the Nabu Casa cloud. I don’t know that I can show a config for that.

It appears to only be an issue with the Lutron switches. The MQTT switch turns on and stays on.

The lights actually turn on ful brightness, then dim down to about 25%, then full brightness, then back down to about 25% and stop. This happens within about 4 seconds.

I also unlinked by Lutron integration in the Google Home app, so HA is handling everything.

Thanks.
I can’t see any automation being displayed in your logbook, so it sounds like you have some sort of external automation set somewhere…
Have you set up a routine in Google Assistant by chance that could be the culprit?

I do have some routines setup in the Google Home app, but nothing that uses the Lutron lights. I’m wondering if it is something with the Lutron component in HA.

I find it odd that it “flashes” 4 times then stops. Sounds more like some sort of automation or maybe settings somewhere… I don’t have lutron lights so can’t really help on that side I’m afraid

Thanks for the help. I may try totally removing the Lutron component and starting over with it.