-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathinputs.yaml
More file actions
26 lines (23 loc) · 668 Bytes
/
inputs.yaml
File metadata and controls
26 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
number:
- platform: template
name: "min movement change %"
optimistic: true
min_value: 0
max_value: 25
step: 1
restore_value: true
initial_value: 5
id: ${id_prefix}min_movement
# web_server:
# sorting_group_id: sorting_group_inputs
- platform: template
name: "Heating boost factor %"
optimistic: true
min_value: 10
max_value: 1000
step: 1
restore_value: false
initial_value: 100 ## 100 makes no changes as (target_position * heating_controller_boost_factor/100)
id: ${id_prefix}boost_factor
# web_server:
# sorting_group_id: sorting_group_inputs