Hi, is it possible to specify OpenZWave version (commit/branch) somehow? I need some of the latest commits.
I made a simple Dockerfile which I hope will work:
FROM homeassistant/home-assistant
RUN pip uninstall python_openzwave -y
RUN pip install python_openzwave --no-cache-dir --no-deps --install-option="--flavor=git"