From 1ef7b821cac9bdbada50bbba910d2c0fcfc0bd0b Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:37:22 -0500 Subject: [PATCH] docs(starter-kit): fix module names in module-page steps (#922) * docs(starter-kit): fix module name in module-page steps The temperature & humidity module page said to slide the ribbon cable into the 'button module' (step 3); corrected to the temperature and humidity module. Also fixed the 'Before you start' prerequisite, which referenced the button module on the motion, RGB & Buzzer, and temperature/humidity pages, to name each page's own module. * docs: remove accidentally-committed .superpowers scratch and gitignore it A brainstorm visual-companion session directory got swept into the previous commit by git add -A. Untrack it and add .superpowers/ to .gitignore so it can't happen again. --- .gitignore | 3 +++ docs/products/ESPHome-Starter-Kit/modules/motion-module.md | 2 +- .../products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md | 2 +- .../modules/temperature-humidity-module.md | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 99efc91d95..228de045f2 100755 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,6 @@ dmypy.json # Pyre type checker .pyre/ .DS_Store + +# Superpowers brainstorm scratch (should never be committed) +.superpowers/ diff --git a/docs/products/ESPHome-Starter-Kit/modules/motion-module.md b/docs/products/ESPHome-Starter-Kit/modules/motion-module.md index bdebf44fc0..bcdc25fd85 100755 --- a/docs/products/ESPHome-Starter-Kit/modules/motion-module.md +++ b/docs/products/ESPHome-Starter-Kit/modules/motion-module.md @@ -12,7 +12,7 @@ The Motion Module turns your starter kit into a motion sensor. By the end of thi Work through the two prerequisites first: - * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the button module off the panel. + * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the motion module off the panel. * [First Steps](/products/ESPHome-Starter-Kit/setup/first-steps/) to install ESPHome Device Builder and create your starter kit device. #### Prerequisite diff --git a/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md b/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md index 798a2a5933..970c9cdd4d 100755 --- a/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md +++ b/docs/products/ESPHome-Starter-Kit/modules/rgb-buzzer-module.md @@ -12,7 +12,7 @@ The LED & Buzzer is the starter kit's notification module, a strip of ten addres Work through the two prerequisites first: - * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the button module off the panel. + * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the RGB & Buzzer module off the panel. * [First Steps](/products/ESPHome-Starter-Kit/setup/first-steps/) to install ESPHome Device Builder and create your starter kit device. #### Prerequisite diff --git a/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md b/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md index 951979ea0e..031dee766a 100755 --- a/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md +++ b/docs/products/ESPHome-Starter-Kit/modules/temperature-humidity-module.md @@ -13,7 +13,7 @@ The temperature and humidity module is your starter kit's first environmental se Work through the two prerequisites first: - * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the button module off the panel. + * [Start Here](/products/ESPHome-Starter-Kit/start-here/) to snap the temperature and humidity module off the panel. * [First Steps](/products/ESPHome-Starter-Kit/setup/first-steps/) to install ESPHome Device Builder and create your starter kit device. #### Prerequisite @@ -41,7 +41,7 @@ Connect the Temperature and Humidity module to the ESP32-C6 using one of the FPC ![](../../../assets/esphome-starter-kit-attach-top-fpc-ribbon.webp) -3\. Slide the ribbon cable into the button module with the blue side facing upwards then press the latch down to lock it in place. +3\. Slide the ribbon cable into the temperature and humidity module with the blue side facing upwards then press the latch down to lock it in place. ![](../../../assets/esphome-starter-kit-attach-fpc-to-temp-hum-module.webp)