Skip to content

Commit 00e1b15

Browse files
committed
chore: Updated services yaml
1 parent 4922005 commit 00e1b15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

custom_components/target_timeframes/services.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ update_target_timeframe_config:
1212
example: 1.5
1313
selector:
1414
number:
15-
step: 0.001
15+
step: any
1616
target_start_time:
1717
name: Start time
1818
description: The optional time the evaluation period should start.
@@ -38,15 +38,15 @@ update_target_timeframe_config:
3838
example: 0.10
3939
selector:
4040
number:
41-
step: 0.001
41+
step: any
4242
target_maximum_value:
4343
name: Maximum value
4444
description:
4545
The optional maximum value the selected values should not go above
4646
example: 0.10
4747
selector:
4848
number:
49-
step: 0.001
49+
step: any
5050
target_weighting:
5151
name: Weighting
5252
description:
@@ -74,14 +74,14 @@ update_rolling_target_timeframe_config:
7474
example: 1.5
7575
selector:
7676
number:
77-
step: 0.001
77+
step: any
7878
target_look_ahead_hours:
7979
name: Look ahead hours
8080
description: The optional number of hours worth of values the sensor should look at for the evaluation period.
8181
example: 8.5
8282
selector:
8383
number:
84-
step: 0.001
84+
step: any
8585
target_offset:
8686
name: Offset
8787
description:
@@ -95,15 +95,15 @@ update_rolling_target_timeframe_config:
9595
example: 0.10
9696
selector:
9797
number:
98-
step: 0.001
98+
step: any
9999
target_maximum_value:
100100
name: Maximum value
101101
description:
102102
The optional maximum value the selected values should not go above
103103
example: 0.10
104104
selector:
105105
number:
106-
step: 0.001
106+
step: any
107107
target_weighting:
108108
name: Weighting
109109
description:

0 commit comments

Comments
 (0)