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:
docker compose up --buildThen connect to the container in another terminal:
docker compose exec -it devcontainer bashYou can then setup the dependencies using
./scripts/setupthen start running HA (available at http://localhost:8123) with the integration:
./scripts/developFinally you can lint the integration using:
./scripts/lint