From 6e097950a5ff5a8ff562dab467cd1023608daef4 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:31:40 -0500 Subject: [PATCH] Remove unreliable Test it section from Trash Night Reminder (#974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test relied on a calendar event starting a minute out, but Home Assistant only refreshes calendar triggers about every 15 minutes, so it wouldn't fire for most users. Rather than document the re-save workaround, drop the section entirely to match the other Everyday Use pages, which don't carry a test step. Fixes #969 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- .../everyday-use/trash-night-reminder.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md b/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md index be035dd9c7..fb783e9c91 100644 --- a/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md +++ b/docs/products/ESPHome-Starter-Kit/everyday-use/trash-night-reminder.md @@ -197,14 +197,6 @@ Add four triggers, one at a time. Each one is a **Calendar** trigger, and each g mode: single ``` -## Test it - -Rather than waiting for your next pickup night, add a short test event to confirm everything fires. - -1. Open the **Calendar** view and add a new event on the **Trash** calendar starting one minute from now and ending two minutes from now. -2. Watch the RGB LEDs. They should turn amber at the start time and go off at the end time. -3. Delete the test event once you're done. - !!! success "Your kit is now a physical reminder for Home Assistant events!" The same pattern works for any calendar-driven reminder - medication schedules, bin days for a second home, watering days for the garden. Swap the colors, the calendar name, or the action and you have a new reminder with no extra hardware.