-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_number.yaml
62 lines (62 loc) · 1.07 KB
/
input_number.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
comfort_temp:
name: "Comfort Temp"
min: 65
max: 85
step: 1
mode: box
unit_of_measurement: deg
icon: mdi:thermometer
sleep_temp:
name: "Sleep Temp"
min: 65
max: 85
step: 1
mode: box
unit_of_measurement: deg
icon: mdi:thermometer
away_temp:
name: "Away Temp"
min: 65
max: 85
step: 1
mode: box
unit_of_measurement: deg
icon: mdi:thermometer
average_outdoor_temp:
name: "Avg Outdoor Temp"
min: -20
max: 125
step: 1
mode: box
unit_of_measurement: deg
icon: mdi:thermometer
motion_delay:
name: "Motion Delay"
min: 30
max: 600
initial: 180
step: 5
mode: slider
unit_of_measurement: "s"
cj_fuel_cost_limit:
name: "CJ Fuel Cost Limit"
min: 20.00
max: 200.00
initial: 50
step: 1
mode: slider
unit_of_measurement: "$"
jen_fuel_cost_limit:
name: "Jen Fuel Cost Limit"
min: 20.00
max: 200.00
initial: 50
step: 1
mode: slider
unit_of_measurement: "$"
avg_outdoor_temp_counter:
name: "Avg Outdoor Temp Counter"
min: 0
max: 5
initial: 0
step: 1