Is it possible to run a custom python library in Hassio using custom_components? There is a component (Abode) that uses the abodepy python library which I’m trying to modify/possibly fix some issues that I’d like to be able to test on my Hassio/RPi3.
It appears abodepy is running from this directory based on some messages I’m seeing in the HA logs:
usr/lib/python3.6/site-packages/abodepy
Unfortunately I can’t access those files directly from Hassio. Is there any way to create a modified version of this file that Hassio will use instead of the actual one?
Thanks!