Skip to content

Commit 24817a4

Browse files
committed
docs(plt1): add PLT-1 Plant Sensor Alerts blueprint page for PLT-1 and PLT-1B
1 parent eac345d commit 24817a4

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: PLT-1 Plant Sensor Alerts Blueprint
3+
description: >-
4+
Example of how to use the PLT-1 Plant Sensor Alerts Blueprint in
5+
Home Assistant to receive notifications when your plant needs attention!
6+
---
7+
# Blueprint Setup
8+
9+
### Automatic Import
10+
11+
1\. Click the Import Blueprint button below and then click **Open link**.
12+
13+
<a href="https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2FApolloAutomation%2FBlueprints%2Frefs%2Fheads%2Fmain%2FPLT-1%2FPLT-1.yaml" target="_blank" rel="noreferrer noopener"> <img alt="Import Blueprint" src="https://my.home-assistant.io/badges/blueprint_import.svg" /> </a>
14+
15+
2\. Click **Preview** then click **Import blueprint**.
16+
17+
![](/assets/plt-1-blueprint-auto-import.gif)
18+
19+
3\. Click on **Apollo Automation PLT-1 Blueprint** and click on **Select a device** then choose your **Apollo PLT-1** or **PLT-1B** from the dropdown menu.
20+
21+
![](/assets/plt-1-blueprint-select-device.gif)
22+
23+
4\. Enter your **plant's name** (this appears in notification messages), then select your **mobile device** for push notifications.
24+
25+
5\. Enable the sensor groups you want to monitor (e.g. Soil Moisture, Air Temperature, Light Intensity) and adjust the thresholds to suit your plant.
26+
27+
![](/assets/plt-1-blueprint-configure-thresholds.gif)
28+
29+
!!! success "Each sensor group is disabled by default — enable only what matters!"
30+
31+
Soil Moisture alerts are enabled out of the box. Expand any sensor group, toggle it on, and set your preferred min/max thresholds. You can also configure an Alert Delay to avoid false alerts from brief fluctuations.
32+
33+
6\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention!
34+
35+
### Manual Import
36+
37+
1\. Head to the <a href="http://homeassistant.local:8123/config/automation/dashboard" target="_blank" rel="noreferrer nofollow noopener">automations page</a> and click on **Blueprints** in the top right then select **Import Blueprint**.
38+
39+
![](/assets/plt-1-blueprint-manual-import.gif)
40+
41+
2\. Copy <a href="https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2FApolloAutomation%2FBlueprints%2Frefs%2Fheads%2Fmain%2FPLT-1%2FPLT-1.yaml" target="_blank" rel="noreferrer nofollow noopener">this link</a> and paste it into the **Blueprint address** box and click **Preview** then click **Import blueprint**.
42+
43+
![](/assets/plt-1-blueprint-auto-import.gif)
44+
45+
3\. Click on **Apollo Automation PLT-1 Blueprint** and click on **Select a device** then choose your **Apollo PLT-1** or **PLT-1B** from the dropdown menu.
46+
47+
![](/assets/plt-1-blueprint-select-device.gif)
48+
49+
4\. Enter your **plant's name**, select your **mobile device**, enable the sensor groups you want, and set your thresholds.
50+
51+
![](/assets/plt-1-blueprint-configure-thresholds.gif)
52+
53+
!!! success "Each sensor group is disabled by default — enable only what matters!"
54+
55+
Soil Moisture alerts are enabled out of the box. Expand any sensor group, toggle it on, and set your preferred min/max thresholds. You can also configure an Alert Delay to avoid false alerts from brief fluctuations.
56+
57+
5\. Click **Save**. Your blueprint is now live and will send push notifications whenever your plant needs attention!
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: PLT-1B Plant Sensor Alerts Blueprint
3+
description: >-
4+
Example of how to use the PLT-1B Plant Sensor Alerts Blueprint in
5+
Home Assistant to receive notifications when your plant needs attention!
6+
---
7+
--8<-- "products/plt1/examples/blueprint.md:7:"

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ nav:
361361
- Prevent Sleep: products/plt1/additional-info/prevent-sleep.md
362362
- Examples:
363363
- Flower Card: products/plt1/examples/flower-card.md
364+
- Blueprint: products/plt1/examples/blueprint.md
364365
- Troubleshooting:
365366
- PLT-1 Boot Mode: products/plt1/troubleshooting/plt1-boot-mode.md
366367
- Factory Re-Flash PLT-1: products/plt1/troubleshooting/plt1-code.md
@@ -381,6 +382,7 @@ nav:
381382
- Sensor Connection Check: products/plt1b/battery-sensors/sensor-connection-check.md
382383
- Examples:
383384
- Flower Card: products/plt1b/examples/flower-card.md
385+
- Blueprint: products/plt1b/examples/blueprint.md
384386
- Troubleshooting:
385387
- PLT-1 Boot Mode: products/plt1b/troubleshooting/plt1b-boot-mode.md
386388
- Factory Re-Flash PLT-1: products/plt1b/troubleshooting/plt1b-code.md

0 commit comments

Comments
 (0)