-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus-overview.yaml
More file actions
44 lines (40 loc) · 1.03 KB
/
status-overview.yaml
File metadata and controls
44 lines (40 loc) · 1.03 KB
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
# EntityMap — Status Overview Card
#
# Compact row of tiles showing the key dependency graph metrics.
# Nodes, dependencies, fragility issues, and last scan time at a glance.
#
# How to add:
# 1. Open your dashboard, click pencil icon (Edit)
# 2. Click "+ Add Card" (bottom right)
# 3. Scroll down, click "Manual" (YAML editor)
# 4. Paste this YAML and click "Save"
#
# Entity IDs below are the canonical IDs created by the integration.
type: grid
columns: 4
square: false
cards:
- type: tile
entity: sensor.entitymap_total_nodes
name: Nodes
icon: mdi:graph
color: blue
vertical: true
- type: tile
entity: sensor.entitymap_total_edges
name: Dependencies
icon: mdi:vector-polyline
color: cyan
vertical: true
- type: tile
entity: sensor.entitymap_fragility_issues
name: Issues
icon: mdi:alert-outline
color: orange
vertical: true
- type: tile
entity: sensor.entitymap_last_scan
name: Last Scan
icon: mdi:clock-check-outline
color: green
vertical: true