-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlovelace_card_ha_monitor
111 lines (111 loc) · 2.26 KB
/
lovelace_card_ha_monitor
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
type: picture-elements
elements:
- type: 'custom:text-element'
text: Installed
style:
top: 7%
left: 80px
font-weight: bold
color: red
- type: 'custom:text-element'
text: Latest
style:
top: 7%
left: 165px
font-weight: bold
color: lime
- type: state-label
entity: sensor.core_updates
attribute: installed_version
style:
top: 17%
left: 80px
- type: 'custom:text-element'
text: Core
style:
top: 17%
left: 25px
font-weight: bold
color: yellow
- type: state-label
entity: sensor.core_updates
attribute: latest_version
style:
top: 17%
left: 165px
- type: state-label
entity: sensor.os_updates
attribute: installed_version
style:
top: 27%
left: 80px
- type: 'custom:text-element'
text: OS
style:
top: 27%
left: 25px
font-weight: bold
color: yellow
- type: state-label
entity: sensor.os_updates
attribute: latest_version
style:
top: 27%
left: 165px
- type: state-label
entity: sensor.supervisor_updates
attribute: installed_version
style:
top: 37%
left: 80px
- type: 'custom:text-element'
text: Sup.
style:
top: 37%
left: 25px
font-weight: bold
color: yellow
- type: state-label
entity: sensor.supervisor_updates
attribute: latest_version
style:
top: 37%
left: 165px
- type: 'custom:text-element'
text: Add-on
style:
top: 52%
left: 25px
font-weight: bold
font-size: 11px
color: orange
- type: state-label
entity: sensor.addons_updates
style:
top: 52%
left: 115px
- type: 'custom:text-element'
text: HACS
style:
top: 62%
left: 25px
font-weight: bold
font-size: 11px
color: orange
- type: state-label
entity: sensor.hacs
style:
top: 62%
left: 114px
- type: state-label
entity: sensor.ha_uptime_mod
prefix: 'Uptime: '
style:
top: 77%
left: 115px
- type: state-label
entity: sensor.ha_start_time
style:
top: 87%
left: 115px
image: 'https://smarthomepursuits.com/wp-content/uploads/2021/01/Home-Assistant-Motion-detector.jpg'