You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
HA is issuing a warning that RAMSES RF (ramses_cc) is making calls to I/O in the main thread, and it shouldn't.
Detected blocking call to iglob with args (‘/dev/rfcomm*’,) inside the event loop by custom integration ‘ramses_cc’ at custom_components/ramses_cc/broker.py, line 175: return Gateway( (offender: /usr/local/lib/python3.12/glob.py, line 28: return list(iglob(pathname, root_dir=root_dir, dir_fd=dir_fd, recursive=recursive,)
The text was updated successfully, but these errors were encountered:
zxdavb
changed the title
Detected blocking call to iglob with args (‘/dev/rfcomm*’,) inside the event loop
Detected blocking call ... inside the event loop
Aug 26, 2024
Describe the bug
HA is issuing a warning that RAMSES RF (ramses_cc) is making calls to I/O in the main thread, and it shouldn't.
The text was updated successfully, but these errors were encountered: