{
  "pluginAlias": "EightSleepThermostat",
  "pluginType": "platform",
  "singular": true,
  "schema": {
    "type": "object",
    "properties": {
      "name": {
        "description": "The name you'd like to see displayed in the Homebridge log.",
        "type": "string",
        "required": true,
        "default": "Eight Sleep Thermostat"
      },
      "email": {
        "description": "Email associated with your Eight Sleep account.",
        "type": "string",
        "required": true,
        "format": "email"
      },
      "password": {
        "type": "string",
        "required": true
      },
      "solo-bed-name": {
        "type": "string",
        "required": false
      },
      "left-bed-name": {
        "type": "string",
        "required": false
      },
      "right-bed-name": {
        "type": "string",
        "required": false
      }
    }
  }
}