Disclaimer: This is a third-party application not officially supported by Proton.
Proton Drive integration for Home Assistant (compatible with HACS).
-
Add this repository (
https://github.com/LouisBrunner/ha-proton-drive) as a custom repository in the HACS menu. -
Install by clicking this button:
Start the devcontainer with:
make devcontainer-startThen connect to the container in another terminal:
make devcontainerYou can then setup the dependencies using
make setupthen start running HA (accessible locally) with the integration:
make devFinally you can lint the integration using:
make vet