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.