-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for AEG Devices & de.json (#61)
* Added AEG PX7 Purifier * Update AEG Devices AX7 AX9 * Created German Translation * Translation of States * Update Translation & States * Update api.py --------- Co-authored-by: Johan Nenzén <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
3 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,35 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Wenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie hier: https://github.com/JohNan/homeassistant-wellbeing", | ||
"data": { | ||
"username": "Benutzername (E-Mail)", | ||
"password": "Passwort" | ||
} | ||
}, | ||
"reauth_validate": { | ||
"data": { | ||
"password": "Passwort" | ||
}, | ||
"description": "Geben Sie das Passwort für {username} ein.", | ||
"title": "Account-Reauthentifizierung" | ||
} | ||
}, | ||
"error": { | ||
"auth": "Benutzername oder Passwort falsch!" | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Nur eine einzige Instanz ist zulässig." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"scan_interval": "API-Aktualisierungsintervall (in Sekunden)" | ||
} | ||
} | ||
} | ||
} | ||
} |