Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/products/ESPHome-Starter-Kit/setup/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ Example of the light changing colors below!

![](../../../assets/esphome-starter-kit-onboard-rgb-led-light-up.webp)

<a href="../setup/start-here/" class="md-button md-button--primary"><img src="/assets/esphome-logo.svg" /> Back - Start Here</a> <a href="../setup/button-module/" class="md-button md-button--primary"><img src="/assets/esphome-logo.svg" /> Next - Add Button Module</a>
<a href="../start-here/" class="md-button md-button--primary"><img src="/assets/esphome-logo.svg" /> Back - Start Here</a> <a href="../modules/button-module/" class="md-button md-button--primary"><img src="/assets/esphome-logo.svg" /> Next - Add Button Module</a>
Original file line number Diff line number Diff line change
Expand Up @@ -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!

&nbsp;

Expand Down
6 changes: 3 additions & 3 deletions docs/products/ESPHome-Starter-Kit/start-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![](../../assets/esphome-starter-kit-whats-in-the-box.png)

Expand Down Expand Up @@ -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!*

![](../../assets/esphome-starter-kit-casita-module-only.jpg)
![](../../assets/esphome-starter-kit-rgb-buzzer-module-only.jpg)

---

Expand Down
6 changes: 3 additions & 3 deletions docs/products/ESPHome-Starter-Kit/tutorials/using-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand All @@ -27,7 +27,7 @@ In the ESPHome Device Builder dashboard, click the 3 dots menu in the top right

![](../../../assets/esphome-device-builder-click-secrets.gif)

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.

![](../../../assets/esphome-device-builder-secrets.png)

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down