Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/_components/n26.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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.
Expand Down