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
I was interested in what this integration did. README wasn't very descriptive so browsing through the code and it's doing I/O inside the event loop. This should be done inside the executor worker thread.
Version of the custom_component
Current
master
branch.Configuration
Add your logs here.
Describe the bug
I was interested in what this integration did. README wasn't very descriptive so browsing through the code and it's doing I/O inside the event loop. This should be done inside the executor worker thread.
hass-node-red/custom_components/nodered/__init__.py
Line 97 in 256bdda
Change
async def
->def
and then run `result = await hass.async_add_executor_job(check_files)Debug log
The text was updated successfully, but these errors were encountered: