From 72594a24bd63421f81483694ad7c0ea3f4736060 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 2 Apr 2025 12:15:00 -0400 Subject: [PATCH] Adjust utemp calibration values --- utemp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utemp.yaml b/utemp.yaml index d33fca2..531656f 100644 --- a/utemp.yaml +++ b/utemp.yaml @@ -116,12 +116,12 @@ button: number: # Temperature offset: - # A calibration from -7 to +3 for the temperature sensor of the BMP280 + # A calibration from -10 to +6 for the temperature sensor of the BMP280 - platform: template name: "Temperature Offset" id: temperature_offset_setter - min_value: -7 - max_value: 3 + min_value: -10 + max_value: 6 step: 0.1 lambda: |- return id(temperature_offset);