Log warnings regarding NGROK

Hello,

So I am now taking a closer look at my error logs, and trying to get ride of the ones that happen often.

2020-08-03 19:10:03 DEBUG (MainThread) [ngrok_init] async_periodic_update_ngrok_status()
2020-08-03 19:10:03 DEBUG (MainThread) [ngrok_init] async_update_devices_status()
2020-08-03 19:10:03 DEBUG (MainThread) [ngrok_init] Connecting to http://localhost:4040/api/tunnels
2020-08-03 19:10:03 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for ngrok doing I/O at custom_components/ngrok/__init__.py, line 234: resource = urllib.request.urlopen(url)
2020-08-03 19:10:09 DEBUG (MainThread) [ngrok_init] async_periodic_update_ngrok_status()
2020-08-03 19:10:09 DEBUG (MainThread) [ngrok_init] async_update_devices_status()
2020-08-03 19:10:09 DEBUG (MainThread) [ngrok_init] Connecting to http://localhost:4040/api/tunnels
2020-08-03 19:10:09 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for ngrok doing I/O at custom_components/ngrok/__init__.py, line 234: resource = urllib.request.urlopen(url)
2020-08-03 19:10:15 DEBUG (MainThread) [ngrok_init] async_periodic_update_ngrok_status()
2020-08-03 19:10:15 DEBUG (MainThread) [ngrok_init] async_update_devices_status()
2020-08-03 19:10:15 DEBUG (MainThread) [ngrok_init] Connecting to http://localhost:4040/api/tunnels
2020-08-03 19:10:15 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for ngrok doing I/O at custom_components/ngrok/__init__.py, line 234: resource = urllib.request.urlopen(url)
2020-08-03 19:10:21 DEBUG (MainThread) [ngrok_init] async_periodic_update_ngrok_status()

Is that an warning I should worry about, or just the way NGROK works it will always create that issue/warning?

Just saw a new video today, about using pivpn with wireguard app on phone that works without having to setup duckdns or similar

So not sure if the warning was a bad thing or not. Seems I was using ngrok the “old” way. I went ahead and took out my ngrok setup, (as best as I could), then I used the ngrok addon and that one seems to be working nicely without giving errors on the log

I got the same error. How did you remove it?