diff --git a/source/_components/n26.markdown b/source/_components/n26.markdown index 264cf0c8d3c..4842c2529c2 100644 --- a/source/_components/n26.markdown +++ b/source/_components/n26.markdown @@ -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.