fix: restore temperature offset

This commit is contained in:
Chris
2022-11-13 20:01:20 +01:00
parent 0819660974
commit 49d684b15b

View File

@@ -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 #####