Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

config.json

Alexander Thoukydides edited this page Dec 25, 2017 · 2 revisions

Homebridge config.json

The following values can be specified in the "platforms" section of Homebridge's config.json file:

Value Example Required Description
platform "SkyBell" Do not change Indicates that the configuration is for this plugin.
username "[email protected]" Required The email address used to log into the SkyBell HD app.
password "Passw0rd!" Required The password used to log into the SkyBell HD app.
port 47569 Optional The port number on which the webhooks server should listen for request. If this is omitted then webhooks are disabled.
secret "My webhooks secret" Optional An optional secret phrase used to authenticate webhook requests. If this is included then the same phrase must be included in all webhook requests.

An example is included in the README file.

Clone this wiki locally