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.
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).