An open API service indexing awesome lists of open source software.

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)

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:

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](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
```