From df5ab1b3436bc1f06d6e2450342612d3c1000087 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:30:24 -0500 Subject: [PATCH] Fix broken Next link on Button Toggles a Room Light page (#967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Next - Trash Night Reminder" button used a relative href of `trash-night-reminder/`, which mkdocs resolved against the current page's directory URL (`button-toggles-room-light/`) instead of the sibling page. Use `../trash-night-reminder/` to match the convention used by the other Starter Kit Next buttons. Fixes #966 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .../everyday-use/button-toggles-room-light.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md b/docs/products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md index a634931c62..23ab90638a 100644 --- a/docs/products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md +++ b/docs/products/ESPHome-Starter-Kit/everyday-use/button-toggles-room-light.md @@ -80,6 +80,6 @@ Press the button on the Button module. The light you targeted toggles. Press aga Any light in your home - a bedside lamp, a ceiling group, a smart bulb strip - is one button press away. Swap `light.toggle` for `light.turn_on` with a `brightness_pct` to land on a specific brightness, or target a light group to control a whole room at once. - Next - Trash Night Reminder + Next - Trash Night Reminder --8<-- "_snippets/community-help.md"