{
  "pluginAlias": "hOnUltimate",
  "pluginType": "platform",
  "headerDisplay": "Enter your hOn app credentials to sync your Tumble Dryer.",
  "schema": {
    "type": "object",
    "properties": {
      "username": {
        "title": "Email",
        "type": "string",
        "format": "email",
        "required": true
      },
      "password": {
        "title": "Password",
        "type": "string",
        "x-schema-form": { "type": "password" },
        "required": true
      },
      "pollInterval": {
        "title": "Poll Interval (seconds)",
        "type": "integer",
        "default": 30,
        "minimum": 10
      }
    }
  }
}
