Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 373 Bytes

homebridge-canary

Homebridge plugin for Canary

Installation

sudo npm install -g --unsafe-perm homebridge-canary

Configuration

Add to the accessories in your config.json

{
  "name": "Canary",
  "accessory": "Canary",
  "model": "AllInOne|Flex",
  "serial": "<serial>",
  "username": "<username>",
  "password": "<password>",
  "pollingInterval": 300
}