1.0.2 • Published 7 years ago

homebridge-anova v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

homebridge-anova

Supports anova cooker devices on HomeBridge Platform

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-anova
  3. Update your configuration file. See bellow for a sample.

Configuration

Configuration sample:

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           {
               "accessory": "AnovaCooker",
               "name": "SousVide",
               "cooker": "ID",
               "secret": "secret"
           }
       ],

       "platforms":[]
   }
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago