diff --git a/homebridge/config/config.json b/homebridge/config/config.json index 962b077..e7166eb 100644 --- a/homebridge/config/config.json +++ b/homebridge/config/config.json @@ -8,6 +8,12 @@ "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.", "accessories": [], "platforms": [ + { + "platform": "config", + "name": "Config", + "port": 8581, + "sudo": false + }, { "platform": "mqtt", "name": "mqtt",