From b44ee4b743e39be33c09b26f8371e077ea57dc08 Mon Sep 17 00:00:00 2001 From: Gleb Sinyavskiy Date: Sun, 9 May 2021 10:09:20 +0200 Subject: [PATCH] Remove docs for the N26 integration (#17750) --- source/_integrations/n26.markdown | 51 ------------------------------- source/_redirects | 3 +- 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 source/_integrations/n26.markdown diff --git a/source/_integrations/n26.markdown b/source/_integrations/n26.markdown deleted file mode 100644 index 3be22fd4c9b..00000000000 --- a/source/_integrations/n26.markdown +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: N26 -description: Instructions on how to integrate N26 integration within Home Assistant. -ha_category: - - Finance - - Sensor - - Switch -ha_release: 0.92 -ha_iot_class: Cloud Polling -ha_domain: n26 -ha_platforms: - - sensor - - switch ---- - -The [N26](https://n26.com) integration for Home Assistant allows you to track your N26 account. - -N26 is a bank from germany that launched as a start up. It is an "online only" bank in that it has no local "stores" to retrieve or deposit money and account management is done only through their web interface and mobile apps. The sensor allows to show account info including balance, spaces (sub-accounts within an account) and bank card status. The switch allows to change the "Blocked/Unblocked" status of an N26 bank card. - -## Configuration - -Add the following entry to the `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -n26: - username: YOUR_EMAIL - 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. - required: true - type: string -password: - description: The account password. - required: true - type: string -{% endconfiguration %} diff --git a/source/_redirects b/source/_redirects index 2214f5d45ed..e2f748ef508 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1584,7 +1584,6 @@ /components/mysensors /integrations/mysensors /components/mystrom /integrations/mystrom /components/mythicbeastsdns /integrations/mythicbeastsdns -/components/n26 /integrations/n26 /components/nad /integrations/nad /components/namecheapdns /integrations/namecheapdns /components/nanoleaf /integrations/nanoleaf @@ -2303,3 +2302,5 @@ /components/sensor.socialblade /more-info/removed-integration 301 /components/socialblade /more-info/removed-integration 301 /integrations/socialblade /more-info/removed-integration 301 +/components/n26 /more-info/removed-integration 301 +/integrations/n26 /more-info/removed-integration 301