homebridge-eightsleep-pod
v2.4.4
Published
eightsleep platform plugin for homebridge
Downloads
38
Maintainers
Readme
homebridge-eightsleep-pod
homebriged plugin for the eightsleep pod
Installation
npm i --save homebridge-eightsleep-pod
Usage
Example config, It will show up as a Heater/Cooler in homekit. Fan speed controls the temperature level.
"platforms": [
// This is the config for this plugin
{
"platform": "EightSleepPod",
"email": "[email protected]",
"password": "mypassword",
"oauthClient": {
"id": "oauth-client-id",
"secret": "oauth-client-secret"
}
}
// End of the config
],
How do I get my oauth client id and secret?
Screenshots
License
MI