This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
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.
Add IP sensor; visit device; DE translation
- Loading branch information
1 parent
2a42622
commit b5e529c
Showing
4 changed files
with
70 additions
and
11 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
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,18 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Die Integration dieser openWB ist bereits konfiguriert. Bitte gib ein anderes MQTT-Wurzeltopic ein." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"mqttroot": "MQTT-Wurzeltopic", | ||
"chargepoints": "Anzahl der Ladepunkte der openWB", | ||
"host": "IP-Adresse der openWB (nur Navigation zum openWB-UI)" | ||
}, | ||
"description": "Richte die openWB-Integration ein.", | ||
"title": "openWB-Integration in Home Assistant mittels MQTT" | ||
} | ||
} | ||
} | ||
} |