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.
- Loading branch information
Showing
1 changed file
with
54 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,54 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"device_id": "Zariadenie", | ||
"name": "Názov" | ||
}, | ||
"data_description": { | ||
"name": "Ak ponecháte prázdne, názov sa prevezme zo zdrojového zariadenia" | ||
} | ||
}, | ||
"battery": { | ||
"data": { | ||
"battery_type": "Typ batérie" | ||
}, | ||
"data_description": { | ||
"battery_type": "Voliteľne pridajte množstvo batérie, ak je viac ako 1 napr. 2x AAA" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Zariadenie je už nakonfigurované" | ||
}, | ||
"error": { | ||
"unknown": "Vyskytla sa neznáma chyba." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Ak potrebujete pomoc s konfiguráciou, pozrite sa sem: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"name": "Názov", | ||
"battery_type": "Typ batérie" | ||
}, | ||
"data_description": { | ||
"name": "Ak ponecháte prázdne, názov sa prevezme zo zdrojového zariadenia" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Vyskytla sa neznáma chyba." | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"battery_type": { | ||
"name": "Typ batérie" | ||
} | ||
} | ||
} | ||
} |