mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +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
|
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 %}
|
{% configuration %}
|
||||||
username:
|
username:
|
||||||
description: The account username.
|
description: The account username.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user