Hassio turn on light after Alexa turned it off

Hi, i have a problem with my Hassio setup with lights and Alexa.

The problem is that sometimes when i ask Alexa to turn off a light, it works but after 1 - 2 seconds the light turns on automatically. So i have to ask it a second time and then works.
The problem happens even if i try to turn off one light or more (in this case tipically only one light turns on, the others stay off).

All lights are affected with this problem.

I think that could be a sort of delay in updating the light state, so that Hassio turns it on because the state don’t change. But if that is the problem i think that it should happen everytime and not only sometimes randomly.

My version of Hassio is: 0.100.3
This is my config.yaml relative to the lights configuration:

tuya:
  username: ******@gmail.com
  password: *******
  country_code: 39
  platform: smart_life

yeelight:
  devices:
    192.168.**.**:
      name: Luce Camera
      transition: 1
      save_on_change: False

Same problem.
have you solved the error?