Skip to content

Commit

Permalink
[automation] Fix typos in EphemerisConditions.json (openhab#1164)
Browse files Browse the repository at this point in the history
Closes openhab#1163

Signed-off-by: Hilbrand Bouwkamp <[email protected]>
  • Loading branch information
Hilbrand authored and cweitkamp committed Oct 24, 2019
1 parent 144fc8b commit d39b6bd
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"configDescriptions": [
{
"name": "offset",
"type": "integer",
"type": "INTEGER",
"label": "Offset",
"description": "Today +/- offset days (+1 = tomorrow, -1 = yesterday).",
"default": 0,
"step": 1,
"stepsize": 1,
"required": false
}
]
Expand All @@ -23,11 +23,11 @@
"configDescriptions": [
{
"name": "offset",
"type": "integer",
"type": "INTEGER",
"label": "Offset",
"description": "Today +/- offset days (+1 = tomorrow, -1 = yesterday).",
"default": 0,
"step": 1,
"stepsize": 1,
"required": false
}
]
Expand All @@ -39,11 +39,11 @@
"configDescriptions": [
{
"name": "offset",
"type": "integer",
"type": "INTEGER",
"label": "Offset",
"description": "Today +/- offset days (+1 = tomorrow, -1 = yesterday).",
"default": 0,
"step": 1,
"stepsize": 1,
"required": false
}
]
Expand All @@ -55,18 +55,18 @@
"configDescriptions": [
{
"name": "dayset",
"type": "text",
"type": "TEXT",
"label": "Dayset",
"description": "Name of the requested dayset, without prefix.",
"required": true
},
{
"name": "offset",
"type": "integer",
"type": "INTEGER",
"label": "Offset",
"description": "Today +/- offset days (+1 = tomorrow, -1 = yesterday).",
"default": 0,
"step": 1,
"stepsize": 1,
"required": false
}
]
Expand Down

0 comments on commit d39b6bd

Please sign in to comment.