If you’re using docker (?) or a virtual environment, try this:
- Clone this repo: https://github.com/JeffLIrion/python-adb
- Checkout the
adb-homeassistant
branch. - In
setup.py
, remove pycryptodome from theinstall_requires
list. - In your Home Assistant docker container or virtual environment, install the cloned repo via
pip install .
orpython setup.py install
. - Restart HA. I think the built-in component will be fine, no need to use the custom component.
Let me know if that works, and if so, let me know if there are any issues with the component.