Below is the error repeatingly in log file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/concurrent/futures/thread.py”, line 59, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/qnap/coordinator.py”, line 72, in _sync_update
suppress_insecure_request_warning()
if not self._verify_ssl
else nullcontext()
File “/usr/local/lib/python3.13/contextlib.py”, line 141, in enter
return next(self.gen)
File “/usr/src/homeassistant/homeassistant/components/qnap/coordinator.py”, line 40, in suppress_insecure_request_warning
with urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning):