Skip to content

Commit

Permalink
fix: Outdated setup instruction links in config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
four43 authored Dec 10, 2024
1 parent 78feb4c commit 6598dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pluginAlias": "TuyaLan",
"pluginType": "platform",
"singular": true,
"headerDisplay": "<p align='center'><img height='60px' src='https://user-images.githubusercontent.com/3979615/78354049-dc7ff780-75f6-11ea-8026-2f8bf81d8331.png'></p>\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": "<p align='center'><img height='60px' src='https://user-images.githubusercontent.com/3979615/78354049-dc7ff780-75f6-11ea-8026-2f8bf81d8331.png'></p>\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",
Expand Down Expand Up @@ -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 <a href='https://github.com/AMoo-Miki/homebridge-tuya-lan/wiki/Setup-Instructions' target='_blank'>Setup Instructions</a> page.",
"description": "If you don't have the Tuya ID or Key, follow the steps found on the <a href='https://github.com/iRayanKhan/homebridge-tuya/wiki/Get-Local-Keys-for-Your-Devices' target='_blank'>Setup Instructions</a> page.",
"required": true,
"condition": {
"functionBody": "return model.devices && model.devices[arrayIndices].type !== 'null';"
Expand Down

0 comments on commit 6598dab

Please sign in to comment.