https://github.com/louisbrunner/ha-proton-drive
Proton Drive integration for Home Assistant (compatible with HACS)
https://github.com/louisbrunner/ha-proton-drive
hacs-integration home-assistant home-assistant-custom-component proton proton-mail
Last synced: 3 months ago
JSON representation
Proton Drive integration for Home Assistant (compatible with HACS)
- Host: GitHub
- URL: https://github.com/louisbrunner/ha-proton-drive
- Owner: LouisBrunner
- License: mit
- Created: 2025-04-02T21:50:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T06:29:16.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:29:18.233Z (over 1 year ago)
- Topics: hacs-integration, home-assistant, home-assistant-custom-component, proton, proton-mail
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Proton Drive
Proton Drive integration for Home Assistant (compatible with HACS).
## Installation
1. Add this repository (`https://github.com/LouisBrunner/ha-proton-drive`) as a custom repository in the HACS menu.
2. Install by clicking this button:
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=LouisBrunner&repository=ha-proton-drive)
## Development
Start the devcontainer with:
```bash
docker compose up --build
```
Then connect to the container in another terminal:
```bash
docker compose exec -it devcontainer bash
```
You can then setup the dependencies using
```bash
./scripts/setup
```
then start running HA (available at http://localhost:8123) with the integration:
```bash
./scripts/develop
```
Finally you can lint the integration using:
```bash
./scripts/lint
```