Hi Dave,
I noticed something at the log of HA and I was wondering if it is something that needs to be addressed.
/config/custom_components/visonic/pyvisonic.py:1697: RuntimeWarning: coroutine ‘wait_for’ was never awaited
asyncio.wait_for(t, None)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/config/custom_components/visonic/pyvisonic.py:1758: RuntimeWarning: coroutine ‘wait_for’ was never awaited
asyncio.wait_for(t, None)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/config/custom_components/visonic/pyvisonic.py:1582: RuntimeWarning: coroutine ‘wait_for’ was never awaited
asyncio.wait_for(t, None)