From 49d684b15bcee360c74808e6d70fe294b429b6be Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 13 Nov 2022 20:01:20 +0100 Subject: [PATCH] fix: restore temperature offset --- esphome.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/esphome.yaml b/esphome.yaml index 356d35f..8794edb 100644 --- a/esphome.yaml +++ b/esphome.yaml @@ -729,15 +729,14 @@ number: unit_of_measurement: '°C' min_value: -10 max_value: 10 - initial_value: 0 - step: 1 + step: 0.5 restore_value: true optimistic: true set_action: then: - globals.set: id: temperature_correction_global - value: !lambda 'return int(x);' + value: !lambda 'return x;' ##### START - DISPLAY START CONFIGURATION #####