From 3958a8fdb9c34657e7378718d176f0b0b66338bd Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 2 Jul 2025 14:18:02 +0100 Subject: [PATCH 1/2] PIR: Mention modern spelling of infrared in description Old style (hyphenated) explains PIR acronym better, but new one will be searched for. --- components/pin/pir_sensor/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pin/pir_sensor/definition.json b/components/pin/pir_sensor/definition.json index 4722260d..56eddd15 100644 --- a/components/pin/pir_sensor/definition.json +++ b/components/pin/pir_sensor/definition.json @@ -3,7 +3,7 @@ "vendor": "Generic", "productURL": "https://www.adafruit.com/product/189", "documentationURL": "https://learn.adafruit.com/pir-passive-infrared-proximity-motion-sensor/overview", - "description": "Passive Infra-Red (PIR) motion sensor for detecting presence and movement through thermal changes", + "description": "Passive Infra-Red (PIR) motion sensor for detecting presence and movement through infrared thermal changes", "published": true, "autoSelectString": "pir", "mode": "DIGITAL", From 8b3d6f8c78032094853e294e527de4aeb0a5cc46 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 2 Jul 2025 14:22:16 +0100 Subject: [PATCH 2/2] Description of Break Beam sensor --- components/pin/beam_break_sensor/definition.json | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pin/beam_break_sensor/definition.json b/components/pin/beam_break_sensor/definition.json index 0da439ed..64411ca9 100644 --- a/components/pin/beam_break_sensor/definition.json +++ b/components/pin/beam_break_sensor/definition.json @@ -2,6 +2,7 @@ "vendor": "Generic", "productURL": "https://www.adafruit.com/product/2168", "documentationURL": "https://learn.adafruit.com/ir-breakbeam-sensors", + "description": "Break beam sensor for detecting interruption of an invisible infrared light beam between emitter and receiver", "displayName": "Beam Sensor", "published": true, "autoSelectString": "beam",