Skip to content

Commit

Permalink
Update config.schema.json
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
dwaan committed Sep 16, 2022
1 parent 8ed80b0 commit d2ea6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
"hidenumber": {
"type": "boolean",
"title": "Hide Inputs' number in Home App",
"title": "Hide 'Inputs' number in Home App",
"oneOf": [
{
"title": "Yes",
Expand Down Expand Up @@ -370,7 +370,7 @@
"playbacksensorexclude": {
"type": "string",
"title": "Exclude this app from Playback Sensor",
"placeholder": "Eg: com.your.app.id"
"placeholder": "eg: com.your.app.id"
},
"debug": {
"type": "boolean",
Expand Down

0 comments on commit d2ea6f6

Please sign in to comment.