We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec4a72 commit 16f366eCopy full SHA for 16f366e
1 file changed
custom_components/smart_thermostat/services.yaml
@@ -41,7 +41,7 @@ set_pid_gain:
41
number:
42
min: 0
43
max: 1000000
44
- step: 0.000001
+ step: 0.001
45
mode: box
46
ki:
47
# Field name as shown in UI
@@ -58,7 +58,7 @@ set_pid_gain:
58
59
60
61
62
63
kd:
64
@@ -75,7 +75,7 @@ set_pid_gain:
75
76
77
78
79
80
set_preset_temp:
81
# Service name as shown in UI
0 commit comments