mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Added config for multiple accounts - N26 (#9577)
* Added config for multiple accounts
* ✏️ Tweak
This commit is contained in:
parent
47c6f9561b
commit
fdf8601cf6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user