Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 356 Bytes

homebridge-sky-q

Sky Q homebridge plugin for iOS 12.2

Installation

npm install -g homebridge-sky-q-experimental

Configuration

Example addition to existing config.json:

,{
  "accessories": [
    {
      "accessory": "sky-q-experimental",
      "name": "Sky Q",
      "ipaddress": "172.16.0.108"
    }
  ]
}