From bc6e571972692fc3a98c7a69adf74348cb3e55c3 Mon Sep 17 00:00:00 2001 From: Sergei Kuvakin Date: Sat, 6 Jan 2024 23:41:41 +0200 Subject: [PATCH] feat: try to enable homebridge config --- homebridge/config/config.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",