Skip to content

Commit 7e6643e

Browse files
committed
Remove initial values from temperature inputs to persist across restarts
The initial: parameter was resetting temperature_high and temperature_low to their default values on every Home Assistant restart. Removing these allows the values to be restored from the state database.
1 parent 3001655 commit 7e6643e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

includes/input_numbers.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ temperature_low:
1313
name: Temperature low
1414
min: 10
1515
max: 22
16-
initial: 14
1716
step: 0.5
1817
icon: mdi:temperature-celsius
1918

2019
temperature_high:
2120
name: Temperature high
2221
min: 10
2322
max: 22
24-
initial: 20
2523
step: 0.5
2624
icon: mdi:temperature-celsius
2725

0 commit comments

Comments
 (0)