generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into lastchanged
# Conflicts: # README.md
- Loading branch information
Showing
3 changed files
with
103 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"device_id": "Gerät", | ||
"name": "Name" | ||
}, | ||
"data_description": { | ||
"name": "Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen" | ||
} | ||
}, | ||
"battery": { | ||
"data": { | ||
"battery_type": "Batterieart" | ||
}, | ||
"data_description": { | ||
"battery_type": "Geben Sie optional die Anzahl der Batterien an wenn es mehr als eine Batterie ist, z. B. 2x AAA" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Das Gerät ist bereits konfiguriert." | ||
}, | ||
"error": { | ||
"unknown": "Ein unbekannter Fehler ist aufgetreten." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"name": "Name", | ||
"battery_type": "Batterieart" | ||
}, | ||
"data_description": { | ||
"name": "Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Ein unbekannter Fehler ist aufgetreten." | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"battery_type": { | ||
"name": "Batterieart" | ||
} | ||
} | ||
} | ||
} |