Skip to content

Commit

Permalink
Merge pull request #26 from btutal/master
Browse files Browse the repository at this point in the history
Add Schema for Config
  • Loading branch information
naofireblade authored Apr 9, 2019
2 parents e1754e0 + 7c72aab commit 55020c0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"pluginAlias": "NeatoVacuumRobot",
"pluginType": "platform",
"headerDisplay": "For Advanced settings like Refresh time interval or Disabled switches/sensors. [Check Here](https://github.com/naofireblade/homebridge-neato#readme)",
"schema": {
"type": "object",
"properties": {
"email": {
"title": "email",
"type": "string",
"required": true,
"format": "email",
"description": "Your Email Address"
},
"password": {
"title": "password",
"type": "string",
"required": true,
"description": "Your Password"
}
}
}
}

0 comments on commit 55020c0

Please sign in to comment.