Skip to content

Commit

Permalink
updating labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed May 27, 2020
1 parent 05c69e4 commit 7138c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/smart_irrigation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOMAIN = "smart_irrigation"
NAME = "Smart Irrigation"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.0.12"
VERSION = "0.0.13"

ISSUE_URL = "https://github.com/jeroenterheerdt/HASmartIrrigation/issues"

Expand Down
4 changes: 2 additions & 2 deletions custom_components/smart_irrigation/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"step": {
"user": {
"data": {
"lead_time": "Number of seconds to add before any irrigation.",
"maximum_duration": "Maximum Number of seconds of any irrigation, including any lead time (-1 means no maximum).",
"lead_time": "Lead time, time to add to adjusted run time (seconds).",
"maximum_duration": "Maximum duration, including any lead time (-1 means no maximum).",
"force_mode_duration": "Number of seconds to run irrigation when in force mode."
}
}
Expand Down

0 comments on commit 7138c67

Please sign in to comment.