Hi, I would like to make changes to a library file that an integration uses.
The original file is situated here: /usr/local/lib/python3.9/site-packages/pyebox/client.py
If I replace the original file with a modified one, everything works. The only thing is that at each reboot, the file is overwriten so I lose the modification.
I would like to know if there is something I could do to make the changes permanent?
Maybe something like the custom components for integrations but for library file.
Thank you