From c13d9a3e60b925e961a71489b7c2d69d4cbc60a1 Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Mon, 16 Dec 2024 21:02:19 -0500 Subject: [PATCH] add expertise level --- blueprint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blueprint.yaml b/blueprint.yaml index f7b2e38..cf8308a 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -1,9 +1,8 @@ -id: particle/environmental-monitoring slug: particle-environmental-monitoring type: tutorial category: "Sensors and data collection" -expertiseLevel: "" -tags: ["environmental", "monitoring"] +expertiseLevel: "intermediate" +tags: ["sensors", "monitoring", "alerting", "industrial", "smart home"] icon: assets/particle-logo.svg gitrepo: https://github.com/particle-iot/blueprint-environmental-monitoring-tutorial name: "Environmental monitoring tutorial"