From 42397be95887968707fe78b10a2bafb478d6771a Mon Sep 17 00:00:00 2001
From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com>
Date: Sat, 16 May 2026 16:38:22 -0500
Subject: [PATCH] Fix ESPHome Starter Kit broken links and rename Casita -> LED
& Buzzer
- first-steps.md bottom CTAs: drop the extra `setup/` slug from both Back
and Next links, and repoint Next at the new modules/ directory
- using-secrets.md: repoint two dead Getting Started links at first-steps
- mkdocs.yml nav: LED & Buzzer entry was pointing at a nonexistent
casita-module.md; corrected to rgb-buzzer-module.md
- start-here.md and getting-started-advanced.md: replace remaining
Casita references with LED & Buzzer to match the module page and nav
- Rename casita-module-only.jpg asset to rgb-buzzer-module-only.jpg
---
... esphome-starter-kit-rgb-buzzer-module-only.jpg} | Bin
.../ESPHome-Starter-Kit/setup/first-steps.md | 2 +-
.../setup/getting-started-advanced.md | 2 +-
docs/products/ESPHome-Starter-Kit/start-here.md | 6 +++---
.../ESPHome-Starter-Kit/tutorials/using-secrets.md | 6 +++---
mkdocs.yml | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
rename docs/assets/{esphome-starter-kit-casita-module-only.jpg => esphome-starter-kit-rgb-buzzer-module-only.jpg} (100%)
diff --git a/docs/assets/esphome-starter-kit-casita-module-only.jpg b/docs/assets/esphome-starter-kit-rgb-buzzer-module-only.jpg
similarity index 100%
rename from docs/assets/esphome-starter-kit-casita-module-only.jpg
rename to docs/assets/esphome-starter-kit-rgb-buzzer-module-only.jpg
diff --git a/docs/products/ESPHome-Starter-Kit/setup/first-steps.md b/docs/products/ESPHome-Starter-Kit/setup/first-steps.md
index 071fa568a3..f2257bf40c 100755
--- a/docs/products/ESPHome-Starter-Kit/setup/first-steps.md
+++ b/docs/products/ESPHome-Starter-Kit/setup/first-steps.md
@@ -217,4 +217,4 @@ Example of the light changing colors below!

-
Back - Start Here
Next - Add Button Module
\ No newline at end of file
+
Back - Start Here
Next - Add Button Module
\ No newline at end of file
diff --git a/docs/products/ESPHome-Starter-Kit/setup/getting-started-advanced.md b/docs/products/ESPHome-Starter-Kit/setup/getting-started-advanced.md
index 2261be8230..404d7eeefa 100755
--- a/docs/products/ESPHome-Starter-Kit/setup/getting-started-advanced.md
+++ b/docs/products/ESPHome-Starter-Kit/setup/getting-started-advanced.md
@@ -16,7 +16,7 @@ The ESP32-C6 is the main board in your kit. It is the small module with the USB-
### Plug a module into the C6
-For your first project, we will attach the ESPHome Casita with the RGB Buzzer and 10 LEDs to the ESP32-C6 module of your device using the FPC connector and ribbon cable. You can connect to the top or bottom FPC connector - in this example we will connect it to the top!
+For your first project, we will attach the LED & Buzzer module (ten RGB LEDs and a piezo buzzer) to the ESP32-C6 module of your device using the FPC connector and ribbon cable. You can connect to the top or bottom FPC connector - in this example we will connect it to the top!
diff --git a/docs/products/ESPHome-Starter-Kit/start-here.md b/docs/products/ESPHome-Starter-Kit/start-here.md
index ef586551d1..5f0c2b9f1a 100755
--- a/docs/products/ESPHome-Starter-Kit/start-here.md
+++ b/docs/products/ESPHome-Starter-Kit/start-here.md
@@ -15,7 +15,7 @@ By the end of this wiki you'll know how to:
## What's in the kit
-Your kit arrives as a single snap-apart panel that includes the ESP32-C6 main board along with a selection of interchangeable modules. The kit also includes three ribbon cables used to connect the modules together, and a stand for the Casita module.
+Your kit arrives as a single snap-apart panel that includes the ESP32-C6 main board along with a selection of interchangeable modules. The kit also includes three ribbon cables used to connect the modules together, and a stand for the LED & Buzzer module.

@@ -45,11 +45,11 @@ Each module is connected to the panel by small breakaway tabs. Follow the steps
---
-**Casita LED and Buzzer module**
+**LED & Buzzer module**
* The starter kit's notification module, a strip of ten addressable RGB LEDs and a small piezo buzzer behind the ESPHome logo silkscreen. *Use the included stand to show it off!*
-
+
---
diff --git a/docs/products/ESPHome-Starter-Kit/tutorials/using-secrets.md b/docs/products/ESPHome-Starter-Kit/tutorials/using-secrets.md
index e4a2cc0c81..037e9aa831 100644
--- a/docs/products/ESPHome-Starter-Kit/tutorials/using-secrets.md
+++ b/docs/products/ESPHome-Starter-Kit/tutorials/using-secrets.md
@@ -6,7 +6,7 @@ description: >-
---
# Using Secrets
-In [Getting Started](../setup/getting-started.md) you saved your Wi-Fi name and password in secrets.yaml. That same file can hold every other sensitive value your device needs, from your Home Assistant API key to your MQTT password. This tutorial walks through what to put in there and how to reference it from your device YAML.
+In [First Steps](../setup/first-steps.md) you saved your Wi-Fi name and password in secrets.yaml. That same file can hold every other sensitive value your device needs, from your Home Assistant API key to your MQTT password. This tutorial walks through what to put in there and how to reference it from your device YAML.
---
@@ -27,7 +27,7 @@ In the ESPHome Device Builder dashboard, click the 3 dots menu in the top right

-You'll see a YAML file with one key per line. If you followed Getting Started you should already see `wifi_ssid` and `wifi_password` here.
+You'll see a YAML file with one key per line. If you followed First Steps you should already see `wifi_ssid` and `wifi_password` here.

@@ -61,7 +61,7 @@ Each section below shows the line you add to secrets.yaml and the line in your d
#### Wi-Fi credentials
-You set these up in [Getting Started](../setup/getting-started.md). They're the baseline every device needs.
+You set these up in [First Steps](../setup/first-steps.md). They're the baseline every device needs.
In secrets.yaml:
diff --git a/mkdocs.yml b/mkdocs.yml
index 042e434fbc..8e94ab9b78 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -508,7 +508,7 @@ nav:
- Button: products/ESPHome-Starter-Kit/modules/button-module.md
- Motion: products/ESPHome-Starter-Kit/modules/motion-module.md
- Temp & Humidity: products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md
- - LED & Buzzer: products/ESPHome-Starter-Kit/modules/casita-module.md
+ - LED & Buzzer: products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md
- Tutorials:
- Using Secrets: products/ESPHome-Starter-Kit/tutorials/using-secrets.md
- Holiday Ornaments: