Skip to content

Commit 16a5efe

Browse files
committed
new dashboard layout
1 parent cc8d605 commit 16a5efe

38 files changed

Lines changed: 787 additions & 117 deletions

docs/smart-home/dashboards/dashboard-persons/car.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `car`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_car.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
The **Car Dashboard** provides a centralized command center for the Mercedes GLC, unifying vehicle health monitoring and remote control. It combines real-time data metrics (fuel, battery, tire pressure) with actionable controls (locks, climate pre-conditioning). The interface features a visual "Digital Twin" of the car to intuitively display status alerts, warning indicators (low fluids, unlocked doors), and charging progress, alongside a real-time location tracker.
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_car.png)
18-
1924
## Related Packages
2025
This view contains entities managed by:
2126

docs/smart-home/dashboards/dashboard-persons/daughter.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `Daughter`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_daughter.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
*No summary generated yet.*
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_daughter.png)
18-
1924

2025

2126
## Dependencies (Custom Cards)
@@ -43,6 +48,6 @@ cards:
4348
- type: custom:decluttering-card
4449
template: family_member_notifications
4550
variables:
46-
- person: Grandpa
51+
- person: Guest-2
4752

4853
```

docs/smart-home/dashboards/dashboard-persons/evis.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `evis`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_evis.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
*No summary generated yet.*
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_evis.png)
18-
1924

2025

2126
## Dependencies (Custom Cards)
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
tags:
3+
- dashboard
4+
- view
5+
- automated
6+
---
7+
8+
# Guest-1
9+
10+
**Dashboard:** Persons
11+
**Path:** `Guest-1`
12+
13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_guest-1.png)
18+
19+
## Summary
20+
<!-- START_SUMMARY -->
21+
*No summary generated yet.*
22+
<!-- END_SUMMARY -->
23+
24+
25+
26+
## Dependencies (Custom Cards)
27+
Required HACS frontend resources:
28+
29+
* `custom:auto-entities`
30+
* `custom:decluttering-card`
31+
32+
33+
## Configuration
34+
```yaml
35+
theme: Backend-selected
36+
title: Guest-1
37+
path: Guest-1
38+
badges: []
39+
cards: []
40+
type: sections
41+
sections:
42+
- type: grid
43+
cards:
44+
- type: heading
45+
heading: New section
46+
- type: custom:decluttering-card
47+
template: family_member_card
48+
variables:
49+
- person: Guest-1
50+
- device: SM_S721B_Guest-1
51+
- background: background_3
52+
- color: '#ddd'
53+
- type: custom:auto-entities
54+
card:
55+
type: entities
56+
title: My Notification Settings
57+
show_header_toggle: false
58+
icon: mdi:bell-cog
59+
filter:
60+
template: "{% set user_slug = 'Guest-1' %} {# <--- CHANGE THIS to the person's\
61+
\ slug #}\n{% set ns = namespace(switches=[]) %}\n\n{% for state in states.switch\
62+
\ %}\n {# Find switches ending with _notification_[user_slug] #}\n {% if\
63+
\ state.entity_id.endswith('_notification_' ~ user_slug) %}\n {# Extract\
64+
\ category (e.g. switch.info_notification_Evis -> info) #}\n {% set category\
65+
\ = state.object_id.split('_notification_')[0] | capitalize %}\n \n \
66+
\ {% set ns.switches = ns.switches + [{\n 'entity': state.entity_id,\n\
67+
\ 'name': category ~ \" Notification\", \n 'secondary_info':\
68+
\ 'last-updated'\n }] %}\n {% endif %}\n{% endfor %}\n\n{{ ns.switches\
69+
\ | to_json }}\n"
70+
sort:
71+
method: name
72+
max_columns: 4
73+
74+
```
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
tags:
3+
- dashboard
4+
- view
5+
- automated
6+
---
7+
8+
# Guest-2
9+
10+
**Dashboard:** Persons
11+
**Path:** `Guest-2`
12+
13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_guest-2.png)
18+
19+
## Summary
20+
<!-- START_SUMMARY -->
21+
*No summary generated yet.*
22+
<!-- END_SUMMARY -->
23+
24+
25+
26+
## Dependencies (Custom Cards)
27+
Required HACS frontend resources:
28+
29+
* `custom:decluttering-card`
30+
31+
32+
## Configuration
33+
```yaml
34+
theme: Backend-selected
35+
title: Guest-2
36+
path: Guest-2
37+
badges: []
38+
cards:
39+
- type: vertical-stack
40+
cards:
41+
- type: custom:decluttering-card
42+
template: family_member_card
43+
variables:
44+
- person: Guest-2
45+
- device: mobile_Guest-2
46+
- background: background_3
47+
- color: '#dddddd'
48+
- type: custom:decluttering-card
49+
template: family_member_notifications
50+
variables:
51+
- person: Guest-2
52+
53+
```
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
tags:
3+
- dashboard
4+
- view
5+
- automated
6+
---
7+
8+
# Guest-3
9+
10+
**Dashboard:** Persons
11+
**Path:** `Guest-3`
12+
13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_guest-3.png)
18+
19+
## Summary
20+
<!-- START_SUMMARY -->
21+
*No summary generated yet.*
22+
<!-- END_SUMMARY -->
23+
24+
25+
26+
## Dependencies (Custom Cards)
27+
Required HACS frontend resources:
28+
29+
* `custom:decluttering-card`
30+
31+
32+
## Configuration
33+
```yaml
34+
theme: Backend-selected
35+
title: Guest-3
36+
path: Guest-3
37+
badges: []
38+
cards:
39+
- type: vertical-stack
40+
cards:
41+
- type: custom:decluttering-card
42+
template: family_member_card
43+
variables:
44+
- person: Guest-3
45+
- device: sm_a426b_Guest-3
46+
- background: background_3
47+
- color: '#dddddd'
48+
- type: custom:decluttering-card
49+
template: family_member_notifications
50+
variables:
51+
- person: Guest-3
52+
53+
```

docs/smart-home/dashboards/dashboard-persons/map-all.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `map-all`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_map-all.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
*No summary generated yet.*
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_map-all.png)
18-
1924

2025

2126

@@ -30,10 +35,10 @@ badges: []
3035
cards:
3136
- type: map
3237
entities:
33-
- entity: person.Guest
34-
- entity: person.Grandpa
38+
- entity: person.Guest-3
39+
- entity: person.Guest-2
3540
- entity: person.Evis
36-
- entity: person.Grandma
41+
- entity: person.Guest-1
3742
- entity: person.Daughter
3843
- entity: person.car
3944
hours_to_show: 2

docs/smart-home/dashboards/dashboard-persons/map-daughter.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `map-Daughter`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_map-daughter.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
*No summary generated yet.*
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_map-daughter.png)
18-
1924

2025

2126

docs/smart-home/dashboards/dashboard-persons/map-evis.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ tags:
1010
**Dashboard:** Persons
1111
**Path:** `map-Evis`
1212

13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_map-evis.png)
18+
19+
## Summary
1320
<!-- START_SUMMARY -->
1421
*No summary generated yet.*
1522
<!-- END_SUMMARY -->
1623

17-
![View Screenshot](../../../assets/images/dashboards/dashboard_map-evis.png)
18-
1924

2025

2126

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
tags:
3+
- dashboard
4+
- view
5+
- automated
6+
---
7+
8+
# Map Guest-1
9+
10+
**Dashboard:** Persons
11+
**Path:** `map-Guest-1`
12+
13+
<!-- START_DESCRIPTION -->
14+
No description provided.
15+
<!-- END_DESCRIPTION -->
16+
17+
![View Screenshot](../../../assets/images/dashboards/dashboard_map-guest-1.png)
18+
19+
## Summary
20+
<!-- START_SUMMARY -->
21+
*No summary generated yet.*
22+
<!-- END_SUMMARY -->
23+
24+
25+
26+
27+
28+
## Configuration
29+
```yaml
30+
theme: Backend-selected
31+
title: Map Guest-1
32+
path: map-Guest-1
33+
type: panel
34+
subview: true
35+
badges: []
36+
cards:
37+
- type: map
38+
entities:
39+
- entity: person.Guest-1
40+
hours_to_show: 48
41+
dark_mode: false
42+
43+
```

0 commit comments

Comments
 (0)