From c818d2c2bbec160788287092593ea52833d477e1 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:09:39 +0000 Subject: [PATCH 1/2] Add warning about sensor membrane tampering Added a warning about the sensor's white membrane --- content/components/sensor/scd4x.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/components/sensor/scd4x.md b/content/components/sensor/scd4x.md index 5f1cbbf617..70d96dbfc2 100644 --- a/content/components/sensor/scd4x.md +++ b/content/components/sensor/scd4x.md @@ -25,6 +25,10 @@ sensor: name: "Workshop Humidity" ``` + +> [!WARNING] +> The white membrane on the sensor must not be removed or tampered with [to ensure proper operation](https://community.home-assistant.io/t/scd41-question-white-tape-on-sensor/730240). + ## Configuration variables - **co2** (*Optional*): The information for the CO₂ sensor. From 36f93b5a564f5eba1041f14754bbafd9b00fcde9 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:14:28 +0000 Subject: [PATCH 2/2] Add warning about tampering with sensor membrane Added a warning about the sensor's white membrane to ensure proper operation. --- content/components/sensor/scd4x.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/components/sensor/scd4x.md b/content/components/sensor/scd4x.md index 70d96dbfc2..7077270d2c 100644 --- a/content/components/sensor/scd4x.md +++ b/content/components/sensor/scd4x.md @@ -25,7 +25,6 @@ sensor: name: "Workshop Humidity" ``` - > [!WARNING] > The white membrane on the sensor must not be removed or tampered with [to ensure proper operation](https://community.home-assistant.io/t/scd41-question-white-tape-on-sensor/730240).