{
  "pluginAlias": "PanasonicHeatPumpHomebridgePlugin",
  "pluginType": "platform",
  "headerDisplay": "Supports only Panasonic AQUAREA Heat Pump, that has a cloud adapter installed .\n\nCheck out the [Setup Guide](https://github.com/bimusiek/homebridge-panasonic-heat-pump#setup-the-app)",
  "footerDisplay": "**Caution!** It is recommended to setup another login for the *Comfort Cloud* and share your home to that login. [Read how](https://github.com/bimusiek/homebridge-panasonic-heat-pump#sharing-panasonic-heatpump-with-another-account)",
  "singular": true,
  "schema": {
    "type": "object",
    "properties": {
      "email": {
        "title": "Email",
        "type": "string",
        "required": true,
        "default": ""
      },
      "password": {
        "title": "Password",
        "type": "string",
        "required": true,
        "default": ""
      },
      "enableOutdoorTempSensor": {
        "title": "Show Outdoor Temp sensor",
        "type": "boolean",
        "required": false,
        "default": true
      },
      "enableEcoModeSwitch": {
        "title": "Show ECO MODE switch",
        "type": "boolean",
        "required": false,
        "default": false
      },
      "enableComfortModeSwitch": {
        "title": "Show COMFORT MODE switch",
        "type": "boolean",
        "required": false,
        "default": false
      },
      "refreshTime": {
        "title": "Refresh time",
        "type": "integer",
        "minimum": 5,
        "default": 5
      }
    }
  }
}