# 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"
        }
      ]
    }
