-
Notifications
You must be signed in to change notification settings - Fork 3
/
input_sliders.yaml
118 lines (106 loc) · 1.7 KB
/
input_sliders.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#------------
# Office
#------------
office_lamp:
name: Brightness
min: 0
max: 254
initial: 254
step: 1
icon: mdi:brightness-5
office_ambient:
name: Brightness
min: 0
max: 254
initial: 254
step: 1
icon: mdi:brightness-5
#------------
# Bedroom
#------------
martas_light:
name: Brightness
min: 0
max: 254
initial: 254
step: 1
icon: mdi:brightness-5
jeromes_light:
name: Brightness
min: 0
max: 254
initial: 254
step: 1
icon: mdi:brightness-5
#------------
# Family Room
#------------
led_strip:
name: Brightness
min: 0
max: 254
initial: 254
step: 1
icon: mdi:brightness-5
led_strip_speed:
name: Animation Speed
initial: 150
min: 1
max: 150
step: 10
#------------
# Thermostat
#------------
lennox_coolto:
name: Cool-to
initial: 25
min: 7
max: 35
step: 0.5
lennox_heatto:
name: Heat-to
initial: 25
min: 7
max: 35
step: 0.5
#This is used to specify
#the override high temp trigger
lennox_override_high:
name: High
initial: 29
min: 7
max: 35
step: 0.5
#This is used to specify
#the override low temp trigger
lennox_override_low:
name: Low
initial: 20
min: 7
max: 35
step: 0.5
#This is used to specify
#the override period
lennox_override_time:
name: Override Time (Hrs)
initial: 2
min: 1
max: 8
step: 1
#This is used to specify
#the temperature adjustment (C)
lennox_override_temp_delta:
name: Temperature Adjustment (C)
initial: 5
min: 1
max: 10
step: 1
#This is used to store the
#previous value of the thermostat
#during our over-ride automations
lennox_lastvalue:
name: Last-value
initial: 25
min: 7
max: 35
step: 0.5