homebridge-eightsleepthermostat
Version:
Homebridge thermostat accessory for the Eight Sleep Pod smart bed.
38 lines • 881 B
JSON
{
"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
}
}
}
}