-
Notifications
You must be signed in to change notification settings - Fork 2
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
27 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,27 @@ | ||
{ | ||
"config": { | ||
"title": "File Restore", | ||
"step": { | ||
"user": { | ||
"title": "File Restore - definition of base data", | ||
"description": "Define the base data. Documentation on https://github.com/custom-components/sensor.file_restore", | ||
"data": { | ||
"name": "Name", | ||
"file_path": "File path (file name included)", | ||
"unit_of_measurement": "Unit of measurement", | ||
"length": "Period length" | ||
} | ||
}, | ||
"final": { | ||
"title": "File Restore - Definition of period detail", | ||
"description": "Define the period detail. Documentation on https://github.com/custom-components/sensor.file_restore", | ||
"data": { | ||
"detail": "Period detail" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"file_path_empty": "File path is empty" | ||
} | ||
} | ||
} |