From 5bc1366e3c4ddfac25a8b215456949d2e0bcce93 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:17:47 -0500 Subject: [PATCH] Correct the PLT-1 LED mode guidance about Prevent Sleep (#1131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The annotation told PLT-1B owners to pick Flash On Alert, on the assumption that a battery unit sleeps out of the box. It does not. The prevent_sleep switch is RESTORE_DEFAULT_ON in the shared Core.yaml, so both models stay awake unless the owner turns it off. The guidance now keys off Prevent Sleep rather than the model. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- docs/products/plt1/examples/blueprint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/products/plt1/examples/blueprint.md b/docs/products/plt1/examples/blueprint.md index a3958a5b5f..37721c53c0 100644 --- a/docs/products/plt1/examples/blueprint.md +++ b/docs/products/plt1/examples/blueprint.md @@ -33,7 +33,7 @@ description: >- 6\. *(Optional)* Expand **RGB LED Indicator** and set **LED Mode** so the sensor's own LED lights up when the soil gets too dry. (1) { .annotate } -1. The LED can only be lit while the sensor is awake. On a battery PLT-1B choose **Flash On Alert**, which lights the LED for a few seconds each time an alert fires. On a wired PLT-1 with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, **Stay On Until Watered** keeps the LED lit until you water the plant. +1. Both the PLT-1 and the PLT-1B ship with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, so **Stay On Until Watered** works out of the box and holds the LED until you water the plant. If you turn Prevent Sleep off to save battery, the LED goes dark every time the sensor sleeps, so choose **Flash On Alert** instead. 7\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention! @@ -62,6 +62,6 @@ description: >- 5\. *(Optional)* Expand **RGB LED Indicator** and set **LED Mode** so the sensor's own LED lights up when the soil gets too dry. (1) { .annotate } -1. The LED can only be lit while the sensor is awake. On a battery PLT-1B choose **Flash On Alert**, which lights the LED for a few seconds each time an alert fires. On a wired PLT-1 with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, **Stay On Until Watered** keeps the LED lit until you water the plant. +1. Both the PLT-1 and the PLT-1B ship with [Prevent Sleep](/products/plt1/additional-info/prevent-sleep.md) turned on, so **Stay On Until Watered** works out of the box and holds the LED until you water the plant. If you turn Prevent Sleep off to save battery, the LED goes dark every time the sensor sleeps, so choose **Flash On Alert** instead. 6\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention!