homebridge-anova
v1.0.2
Published
anova cooker plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
8
Readme
homebridge-anova
Supports anova cooker devices on HomeBridge Platform
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-anova
- Update your configuration file. See bellow for a sample.
Configuration
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "AnovaCooker",
"name": "SousVide",
"cooker": "ID",
"secret": "secret"
}
],
"platforms":[]
}