freebox-api
freebox-api copied to clipboard
Remove main thread blocking calls
HA is complaining about open calls in the main thread which could cause problem. See https://developers.home-assistant.io/docs/asyncio_blocking_operations/#open
Nice !
Have you tested with HA ?
Things in the warning isn't causing issues ?
I haven't tested with HA, but I expect it to be transparent. The warnings are not causing any issue as of now, it's just best practice.