homebridge-eightsleep-pod
Version:
eightsleep platform plugin for homebridge
42 lines (30 loc) • 849 B
Markdown
homebriged plugin for the eightsleep pod
```sh
npm i --save homebridge-eightsleep-pod
```
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@email.com",
"password": "mypassword",
"oauthClient": {
"id": "oauth-client-id",
"secret": "oauth-client-secret"
}
}
// End of the config
],
```
[](https://github.com/tjmehta/homebridge-eightsleep-platform/issues/5#issuecomment-855593606)


MI