-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAppliancesCard.yaml
135 lines (135 loc) · 3.29 KB
/
AppliancesCard.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
cards:
#title
- type: picture-elements
image: /local/title-dark.png
elements:
- type: 'custom:text-element'
text: Appliances
style:
color: white
font-size: 175%
left: 5%
top: 35%
transform: initial
- type: picture-elements
image: /local/background200.png
#washer
elements:
- type: image
image: /local/washer-500.png
style:
left: 18%
top: 44%
width: 28%
- type: 'custom:circle-sensor-card'
fill: 'rgba(66, 66, 66)'
max: 100
entity: sensor.washer_progress
font_style:
font-size: 0
text-align: center
show_card: false
stroke_width: 15
style:
left: 15%
top: 48%
width: 80px
- type: state-label
entity: sensor.washer_remaining_time
style:
color: '#99d6ff'
left: 21%
top: 6%
transform: initial
- type: state-label
entity: sensor.washer
attribute: run_state
style:
left: 18%
top: 75%
- type: state-label
entity: sensor.washer
attribute: friendly_name
style:
left: 19%
top: 89%
#dryer
- type: image
image: /local/dryer-500.png
style:
left: 50%
top: 44%
width: 28%
- type: 'custom:circle-sensor-card'
fill: 'rgba(66, 66, 66)'
max: 100
entity: sensor.dryer_progress
font_style:
font-size: 0
text-align: center
show_card: false
stroke_width: 15
style:
left: 47%
top: 48%
width: 80px
- type: state-label
entity: sensor.dryer_remaining_time
style:
color: '#99d6ff'
left: 53%
top: 6%
transform: initial
- type: state-label
entity: sensor.dryer
attribute: run_state
style:
left: 50%
top: 75%
- type: state-label
entity: sensor.dryer
attribute: friendly_name
style:
left: 50%
top: 89%
#dishwasher
- type: image
image: /local/dishwasher-500.png
style:
left: 82%
top: 44%
width: 28%
- type: 'custom:circle-sensor-card'
fill: 'rgba(66, 66, 66, 0)'
max: 100
entity: sensor.dishwasher_progress
font_style:
font-size: 0
text-align: center
show_card: false
stroke_width: 15
style:
left: 79%
top: 48%
width: 80px
- type: state-label
entity: sensor.dishwasher_remaining_time
style:
color: '#99d6ff'
left: 85%
top: 6%
transform: initial
- type: state-label
entity: sensor.dishwasher
attribute: run_state
style:
left: 82%
top: 75%
- type: state-label
entity: sensor.dishwasher
attribute: friendly_name
style:
left: 82%
top: 89%
title: null
type: 'custom:vertical-stack-in-card'