Added config for multiple accounts - N26 (#9577)

* Added config for multiple accounts

* ✏️ Tweak
This commit is contained in:
Victor Vostrikov 2019-07-13 15:12:46 +02:00 committed by Franck Nijhof
parent 47c6f9561b
commit fdf8601cf6

View File

@ -25,6 +25,17 @@ n26:
password: YOUR_PASSWORD
```
It is possible to add more than one account:
```yaml
# Example configuration.yaml entry
n26:
- username: YOUR_EMAIL1
password: YOUR_PASSWORD1
- username: YOUR_EMAIL2
password: YOUR_PASSWORD2
```
{% configuration %}
username:
description: The account username.