freebox-api icon indicating copy to clipboard operation
freebox-api copied to clipboard

Remove main thread blocking calls

Open therve opened this issue 11 months ago • 2 comments

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

therve avatar Dec 09 '24 07:12 therve

Nice !

Have you tested with HA ?

Things in the warning isn't causing issues ?

Quentame avatar Dec 15 '24 13:12 Quentame

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.

therve avatar Dec 15 '24 18:12 therve