Unable to import Insteon device

I have paired an additional Insteon device with my PLM and am attempting to import the new device into home assistant with:

service: insteon.load_all_link_database
data:
  entity_id: all

When running it I get the following error in the log.

/usr/local/lib/python3.9/site-packages/pyinsteon/aldb/__init__.py:63: RuntimeWarning: coroutine 'async_register_services.<locals>.async_srv_save_devices' was never awaited
  callback()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

(I also tried entity_id: switch.48fa71 without change)

I didn’t see any issues in the HA repo or the pyinsteon issue about this, is this something with my setup? I’m running the latest version - core-2021.10.6.

Thanks.
jl

I, too, am trying to import new Insteon devices that are registered with the hub but do not show up in HA. Any help would be appreciated.

This issue should have been resolved in a recent release of HA.

It unfortunately was not. The error went away, but I’m still unable to import a new device.

Do you see the missing device(s) in your insteon_devices.json file?

I just did these steps again and then looked for my device ID in the insteaon_devices.json with no luck. I paired the devices with the PLM via Insteon since that’s a much easier interface for me and verified it can control the device (an outlet in this case).