Yeelight turning on by itself

Hi, I’m new on this forum and I stated my adventure with Home Assistant 3 weeks ago. I had a light yeelight and I have a problem with turning on by itself on everyday at 7:30 a.m. I try to check what happens but I fail. Can you help my with this issue. I have a log from logbook:

2023-10-04 07:30:19.788 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Success got line: b'{"method":"props","params":{"power":"on","flowing":1}}\r\n'
2023-10-04 07:30:19.789 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: New props received: {'method': 'props', 'params': {'power': 'on', 'flowing': 1}}
2023-10-04 07:30:19.790 DEBUG (MainThread) [homeassistant.components.yeelight.device] Received callback: {'power': 'on', 'flowing': 1, 'connected': True}
2023-10-04 07:30:19.791 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Waiting for line, music_mode_state: False
2023-10-04 07:30:19.801 DEBUG (MainThread) [homeassistant.components.yeelight.light] Calling <function YeelightBaseLight._async_turn_off at 0x7f799a32e0> with (350,) {}
2023-10-04 07:30:19.801 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: > b'{"id":589,"method":"set_power","params":["off","smooth",350]}\r\n'
2023-10-04 07:30:19.802 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Finished _async_send_command
2023-10-04 07:30:19.817 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Success got line: b'{"id":589,"result":["ok"]}\r\n'
2023-10-04 07:30:19.817 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: props not in line: b'{"id":589,"result":["ok"]}\r\n'
2023-10-04 07:30:19.817 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Waiting for line, music_mode_state: False
2023-10-04 07:30:19.862 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Success got line: b'{"method":"props","params":{"power":"off"}}\r\n'
2023-10-04 07:30:19.863 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: New props received: {'method': 'props', 'params': {'power': 'off'}}
2023-10-04 07:30:19.863 DEBUG (MainThread) [homeassistant.components.yeelight.device] Received callback: {'power': 'off', 'connected': True}
2023-10-04 07:30:19.864 DEBUG (MainThread) [yeelight.aio] AsyncBulb<192.168.0.106:55443, type=BulbType.Color, model=color>: Waiting for line, music_mode_state: False

Thank you in advance.

Do you have anything in the devices logboo at 7.30am giving you a hint on whats making it turn on ?
Could there be a power issue its its restarting, with a default of ‘on’ when the power returns ?

Did you check the log from the light itself?
Settings -> Devices & services -> Devices And from there find your light.
Click it and you’ll get a overview of everything connected to the light. Be it automations and scripts.
At the top left you will see a log which will tell you who and why turned on/off your light.

Thank you for your Support but in the log is only that light turn on.

Have you checked that there is no schedule enabled in the Yeelight app (no idea if that even exists).

There is nothing. I made auto which turn off the light in this time but general is annoying.

Update:
Thanks for your Support. I found the solution. My wife had in her Mi Home app automation. She said that she did nothing… :rofl: