From 6598dab793f0ee0b75387f00f4489e945f7e3357 Mon Sep 17 00:00:00 2001 From: Seth Miller Date: Tue, 10 Dec 2024 10:46:35 -0600 Subject: [PATCH] fix: Outdated setup instruction links in config.schema.json Fixes #495 --- config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.schema.json b/config.schema.json index 2e122b1..aff7b78 100644 --- a/config.schema.json +++ b/config.schema.json @@ -2,7 +2,7 @@ "pluginAlias": "TuyaLan", "pluginType": "platform", "singular": true, - "headerDisplay": "

\n\nBefore using the Tuya plugin you need to discover your devices by following [these instructions](https://github.com/AMoo-Miki/homebridge-tuya-lan/wiki/Setup-Instructions).\n\n", + "headerDisplay": "

\n\nBefore using the Tuya plugin you need to discover your devices by following [these instructions](https://github.com/iRayanKhan/homebridge-tuya/wiki/Get-Local-Keys-for-Your-Devices).\n\n", "footerDisplay": "", "schema": { "type": "object", @@ -133,7 +133,7 @@ "id": { "type": "string", "title": "Tuya ID", - "description": "If you don't have the Tuya ID or Key, follow the steps found on the Setup Instructions page.", + "description": "If you don't have the Tuya ID or Key, follow the steps found on the Setup Instructions page.", "required": true, "condition": { "functionBody": "return model.devices && model.devices[arrayIndices].type !== 'null';"