-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📝 add 2FA documentation Signed-off-by: Ludy87 <[email protected]> * Update en.json * Update de.json * Update strings.json * Update manifest.json * Update __init__.py * Update config_flow.py * Update const.py * Update const_schema.py * Update coordinator.py * Update entitys.py * Update sensor.py * Update sensor.py * Update hacs.json --------- Signed-off-by: Ludy87 <[email protected]>
- Loading branch information
Showing
20 changed files
with
182 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Two-factor authentication | ||
|
||
## Steps | ||
|
||
### aktivier debugging <https://github.com/Ludy87/ecotrend-ista#debug> | ||
|
||
### Gehe zu <https://ecotrend.ista.de/> und logge dich ein. Danach auf Menü, wähle "Benutzerkonto" und scrolle zu "Zwei-Stufen-Authentifizierung" und klicke auf "Hinzufügen" | ||
|
||
![Two-factor authentication 1](./image/two_factor_authentication_1.png) | ||
|
||
### Klicke auf "Hat der Scan nicht funktioniert?" unter dem QR-Code | ||
|
||
![Two-factor authentication 2](./image/two_factor_authentication_2.png) | ||
|
||
### Bei Punkt 2 wird der Schlüssel angezeigt der kopiert werden muss (am besten aufschreiben wird zweimal benötigt) | ||
|
||
![Two-factor authentication 3](./image/two_factor_authentication_3.png) | ||
|
||
### erstell nun einen OTP Sensor in Home-Assistant und startet Home-Assistant neu | ||
|
||
<https://www.home-assistant.io/integrations/otp#configuration> | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
sensor: | ||
- platform: otp | ||
token: KEY_FROM_ECOTREND | ||
``` | ||
### Schreibe einen Namen in "Gerätename" bevor du den Code von OTP Sensor kopierst, danach kopierst du den generierten Code und fügst ihn ein (Achtung, der Code ist nur 30sec gültig) | ||
![Two-factor authentication 4](./image/two_factor_authentication_4.png) | ||
### Jetzt kann die Integration [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://img.shields.io/badge/My-HACS:%20REPOSITORY-000000.svg?&style=for-the-badge&logo=home-assistant&logoColor=white&color=049cdb)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Ludy87&repository=ecotrend-ista&category=integration) angelegt werden | ||
### gebe die Daten ein | ||
![Two-factor authentication 5](./image/two_factor_authentication_5.png) | ||
### Sollte etwas nicht funktionieren, lassen sie 30 minuten vergehen, bis sie es wiederholen - Ista hat eine Bruceforce detektion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Two-factor authentication | ||
|
||
## Steps | ||
|
||
### enable debugging <https://github.com/Ludy87/ecotrend-ista#debug> | ||
|
||
### Go to <https://ecotrend.ista.de/> and log in. After that, click on the menu, select "Benutzerkonto" and scroll down to "Zwei-Stufen-Authentifizierung" then click on "Hinzufügen" | ||
|
||
![Two-factor authentication 1](./image/two_factor_authentication_1.png) | ||
|
||
### Click on "Hat der Scan nicht funktioniert?" below the QR code | ||
|
||
![Two-factor authentication 2](./image/two_factor_authentication_2.png) | ||
|
||
### In step 2, the key will be displayed, which needs to be copied (it's best to write it down, as it will be required twice) | ||
|
||
![Two-factor authentication 3](./image/two_factor_authentication_3.png) | ||
|
||
### Now create an OTP sensor in Home-Assistant and restart Home-Assistant | ||
|
||
<https://www.home-assistant.io/integrations/otp#configuration> | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
sensor: | ||
- platform: otp | ||
token: KEY_FROM_ECOTREND | ||
``` | ||
### Write a name in the "Gerätename" before copying the code from the OTP sensor; then, paste the generated code (Note: the code is only valid for 30 seconds) | ||
![Two-factor authentication 4](./image/two_factor_authentication_4.png) | ||
### Now the integration can be set up [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://img.shields.io/badge/My-HACS:%20REPOSITORY-000000.svg?&style=for-the-badge&logo=home-assistant&logoColor=white&color=049cdb)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Ludy87&repository=ecotrend-ista&category=integration) | ||
### Enter the data | ||
![Two-factor authentication 5](./image/two_factor_authentication_5.png) | ||
### If something doesn't work, wait for 30 minutes before trying again - Ista has a brute force detection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.