From 6b3001573e6699919da7f6dd23fa7a7d16b84873 Mon Sep 17 00:00:00 2001 From: Ross Reedstrom Date: Sun, 1 Jan 2023 07:05:57 -0600 Subject: [PATCH] [docs] Fix link to supported boards (#53) --- docs/projects/esphome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/esphome.md b/docs/projects/esphome.md index 6917e4f..0a25ae6 100644 --- a/docs/projects/esphome.md +++ b/docs/projects/esphome.md @@ -22,7 +22,7 @@ Assuming you have PlatformIO, git and Python installed: ## Create your device config -1. Go to [Boards & CPU list](https://kuba2k2.github.io/libretuya/docs/supported/), click on your board and remember your board code. +1. Go to [Boards & CPU list](../status/supported/), click on your board and remember your board code. 2. Create a YAML config file for your device. You can either: - use `python -m esphome wizard yourdevice.yml` - type answers to the six questions the wizard asks, OR: - if your board isn't available in the wizard yet, use the manual YAML method below