Skip to content

Commit

Permalink
Fixes up grammar in config.schema.json for configuration window in Co…
Browse files Browse the repository at this point in the history
…nfig UI X.
  • Loading branch information
mkormendy committed Apr 3, 2024
1 parent e784958 commit 21749b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"step": 1,
"minimum": 1,
"maximum": 30,
"placeholder": "(default: 5)"
"placeholder": "(Default: 5)"
},
"entryDelaySettings": {
"type": "object",
Expand All @@ -56,7 +56,7 @@
"type": "number",
"step": 1,
"minimum": 0,
"placeholder": "(default: 30)"
"placeholder": "(Default: 30)"
},
"pulseDuration": {
"title": "Beeper Pulse Duration (milliseconds) (optional)",
Expand Down Expand Up @@ -98,7 +98,7 @@
"type": "number",
"step": 1,
"minimum": 0,
"placeholder": "(default: 30)"
"placeholder": "(Default: 30)"
},
"audibleBeeperModes": {
"title": "The following selected arming modes will have an audible beeper countdown (if delay is not zero):",
Expand All @@ -115,7 +115,7 @@
"enumNames": [
"Home/Stay",
"Night",
"Away (default)"
"Away (Default)"
]
},
"default": [
Expand Down Expand Up @@ -516,7 +516,7 @@
"pollInterval": {
"title": "Poll Interval (minutes) (optional)",
"description": "Length of time between, in minutes (between 1 and 1440), that this sensor will report its value.",
"placeholder": "(default: 3)",
"placeholder": "(Default: 3)",
"type": "number",
"step": 1,
"minimum": 1,
Expand Down Expand Up @@ -545,7 +545,7 @@
"titleMap": [
{
"value": "high",
"name": "High (unselected default)"
"name": "High (normal default)"
},
{
"value": "low",
Expand Down

0 comments on commit 21749b5

Please sign in to comment.