This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"config": { | ||
"title": "Nibe Uplink", | ||
"step": { | ||
"user": { | ||
"title": "Konfiguriere Uplink Parameter", | ||
"description": "Bitte konfiguriere eine Anwendung auf der Nibe Uplink [Anwendungs]({application}) Seite. Die Weiterleitungs URL muss auf deine Home Assistant Instanz zeigen - sie muss allerdings nicht öffentlich erreichbar sein - sondern nur von diesem Computer aus verfügbar sein. Stelle sicher dass sie auf den API Endpoint zeigt ({suffix})", | ||
"data": { | ||
"redirect_uri": "Callback URL", | ||
"client_id": "Identifier", | ||
"client_secret": "Secret", | ||
"writeaccess": "Schreibzugriff (erfordert ein Abo)" | ||
} | ||
}, | ||
"auth": { | ||
"title": "Autorisiere Home Assistant für Nibe Uplink", | ||
"description": "Bitte navigiere zu der Nibe Uplink Autorisierungs Seite um Home Assistant zu autorisieren", | ||
"data": { | ||
"code": "Code in der Weiterleitungs-URI enthalten" | ||
} | ||
}, | ||
"confirm": { | ||
"description": "Autorisierung erfolgreich, fügen Sie Ihrer Instanz weitere Systeme hinzu." | ||
} | ||
}, | ||
"error": { | ||
"code": "Es konnte kein Zugriffstoken aus dem Code abgerufen werden. Weitere Informationen finden Sie möglicherweise im Home Assistant-Protokoll" | ||
}, | ||
"abort": { | ||
"already_configured": "Uplink ist bereits konfiguriert" | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"api_endpoint_reachable": "NibeUplink API Endpunkt erreichbar" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Konfiguriere Systeme", | ||
"data": { | ||
"systems": "Systeme von denen Daten geladen werden sollen" | ||
} | ||
} | ||
} | ||
} | ||
} |