Skip to content

Commit 08d674a

Browse files
committed
chore: Updated services.yaml to allow any step
1 parent 65bc9fd commit 08d674a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

custom_components/target_timeframes/services.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ update_target_timeframe_config:
1212
example: 1.5
1313
selector:
1414
number:
15+
step: any
16+
mode: box
1517
target_start_time:
1618
name: Start time
1719
description: The optional time the evaluation period should start.
@@ -37,13 +39,17 @@ update_target_timeframe_config:
3739
example: 0.10
3840
selector:
3941
number:
42+
step: any
43+
mode: box
4044
target_maximum_value:
4145
name: Maximum value
4246
description:
4347
The optional maximum value the selected values should not go above
4448
example: 0.10
4549
selector:
4650
number:
51+
step: any
52+
mode: box
4753
target_weighting:
4854
name: Weighting
4955
description:
@@ -71,12 +77,16 @@ update_rolling_target_timeframe_config:
7177
example: 1.5
7278
selector:
7379
number:
80+
step: any
81+
mode: box
7482
target_look_ahead_hours:
7583
name: Look ahead hours
7684
description: The optional number of hours worth of values the sensor should look at for the evaluation period.
7785
example: 8.5
7886
selector:
7987
number:
88+
step: any
89+
mode: box
8090
target_offset:
8191
name: Offset
8292
description:
@@ -90,13 +100,17 @@ update_rolling_target_timeframe_config:
90100
example: 0.10
91101
selector:
92102
number:
103+
step: any
104+
mode: box
93105
target_maximum_value:
94106
name: Maximum value
95107
description:
96108
The optional maximum value the selected values should not go above
97109
example: 0.10
98110
selector:
99111
number:
112+
step: any
113+
mode: box
100114
target_weighting:
101115
name: Weighting
102116
description:

0 commit comments

Comments
 (0)