-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinput_number.yaml
49 lines (43 loc) · 945 Bytes
/
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
livingroom_switch_left_number:
name: Living room switch left status
initial: 0
min: 0
max: 110
step: 1
livingroom_switch_right_number:
name: Living room switch right status
initial: 0
min: 0
max: 110
step: 1
bedroom_switch_left_number:
name: Bedroom switch left status
initial: 0
min: 0
max: 110
step: 1
bedroom_switch_right_number:
name: Bedroom switch right status
initial: 0
min: 0
max: 110
step: 1
upper_hallway_switch_right_number:
name: Bedroom switch right status
initial: 0
min: 0
max: 110
step: 1
upper_hallway_switch_left_number:
name: Bedroom switch left status
initial: 0
min: 0
max: 110
step: 1
# Both doesn't need a number, is just used as a switch
# livingroom_switch_both_number:
# name: Living room switch both status
# initial: 0
# min: 0
# max: 110
# step: 1