-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathswitchdashboard.yaml
142 lines (142 loc) · 4.51 KB
/
switchdashboard.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
views:
- theme: Backend-selected
title: Bed Control
icon: mdi:bed
badges: []
cards:
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_headup
icon: mdi:arrow-up-left
icon_height: 20px
name: Head Up
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_headdown
icon: mdi:arrow-down-left
icon_height: 20px
name: Head Down
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_legsup
icon: mdi:arrow-up-right
icon_height: 20px
name: Legs Up
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_legsdown
icon: mdi:arrow-down-right
icon_height: 20px
name: Legs Down
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_preset1
icon: mdi:numeric-1-circle
icon_height: 20px
name: Preset 1
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_preset2
icon: mdi:numeric-2-circle
icon_height: 20px
name: Preset 2
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_preset3
icon: mdi:numeric-3-circle
icon_height: 20px
name: Preset 3
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_preset4
icon: mdi:numeric-4-circle
icon_height: 20px
name: ' Preset 4'
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_vibrate1
icon: mdi:numeric-1-circle
icon_height: 20px
name: Vibrate 1
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_vibrate2
icon: mdi:numeric-2-circle
icon_height: 20px
name: Vibrate 2
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_vibrate2
icon: mdi:numeric-3-circle
icon_height: 20px
name: Vibrate 3
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_vibrate4
icon: mdi:numeric-4-circle
icon_height: 20px
name: Vibrate 4
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_flat
icon: mdi:bed
icon_height: 20px
name: Bed Flat
- show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.bed_vibratestop
icon: mdi:bed
icon_height: 20px
name: ' Vibrate Off'