fix: restore temperature offset
This commit is contained in:
@@ -729,15 +729,14 @@ number:
|
|||||||
unit_of_measurement: '°C'
|
unit_of_measurement: '°C'
|
||||||
min_value: -10
|
min_value: -10
|
||||||
max_value: 10
|
max_value: 10
|
||||||
initial_value: 0
|
step: 0.5
|
||||||
step: 1
|
|
||||||
restore_value: true
|
restore_value: true
|
||||||
optimistic: true
|
optimistic: true
|
||||||
set_action:
|
set_action:
|
||||||
then:
|
then:
|
||||||
- globals.set:
|
- globals.set:
|
||||||
id: temperature_correction_global
|
id: temperature_correction_global
|
||||||
value: !lambda 'return int(x);'
|
value: !lambda 'return x;'
|
||||||
|
|
||||||
|
|
||||||
##### START - DISPLAY START CONFIGURATION #####
|
##### START - DISPLAY START CONFIGURATION #####
|
||||||
|
|||||||
Reference in New Issue
Block a user