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';"