Skip to content

Commit 44efd6d

Browse files
committed
full update
1 parent 28dcd09 commit 44efd6d

34 files changed

Lines changed: 2363 additions & 1516 deletions

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

Lines changed: 118 additions & 302 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 4 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)
@@ -25,7 +30,7 @@ Required HACS frontend resources:
2530

2631

2732
## Configuration
28-
```yaml+jinja
33+
```yaml
2934
theme: Backend-selected
3035
title: Daughter
3136
path: Daughter
@@ -43,6 +48,6 @@ cards:
4348
- type: custom:decluttering-card
4449
template: family_member_notifications
4550
variables:
46-
- person: Guest 2
51+
- person: Guest-2
4752

4853
```

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

Lines changed: 18 additions & 22 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
This dashboard serves as a personal hub for Evis. It features a profile card using the `family_member_card` template to display status and tracked device (`sm_f966b`) information. Additionally, it includes a dynamic "My Notification Settings" list automatically generated by `custom:auto-entities`. This section captures all notification switches associated with Evis (filtered by `_notification_Evis`), allowing for granular control over various notification categories.
1522
<!-- END_SUMMARY -->
1623

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

2025

2126
## Dependencies (Custom Cards)
@@ -26,7 +31,7 @@ Required HACS frontend resources:
2631

2732

2833
## Configuration
29-
```yaml+jinja
34+
```yaml
3035
theme: Backend-selected
3136
title: Evis
3237
badges: []
@@ -49,25 +54,16 @@ sections:
4954
show_header_toggle: false
5055
icon: mdi:bell-cog
5156
filter:
52-
template: |-
53-
{% set user_slug = 'Evis' %} {# <--- CHANGE THIS to the person's slug #}
54-
{% set ns = namespace(switches=[]) %}
55-
56-
{% for state in states.switch %}
57-
{# Find switches ending with _notification_[user_slug] #}
58-
{% if state.entity_id.endswith('_notification_' ~ user_slug) %}
59-
{# Extract category (e.g. switch.info_notification_Evis -> info) #}
60-
{% set category = state.object_id.split('_notification_')[0] | capitalize %}
61-
62-
{% set ns.switches = ns.switches + [{
63-
'entity': state.entity_id,
64-
'name': category ~ " Notification",
65-
'secondary_info': 'last-updated'
66-
}] %}
67-
{% endif %}
68-
{% endfor %}
69-
70-
{{ ns.switches | to_json }}
57+
template: "{% set user_slug = 'Evis' %} {# <--- CHANGE THIS to the person's\
58+
\ slug #}\n{% set ns = namespace(switches=[]) %}\n\n{% for state in states.switch\
59+
\ %}\n {# Find switches ending with _notification_[user_slug] #}\n {% if\
60+
\ state.entity_id.endswith('_notification_' ~ user_slug) %}\n {# Extract\
61+
\ category (e.g. switch.info_notification_Evis -> info) #}\n {% set category\
62+
\ = state.object_id.split('_notification_')[0] | capitalize %}\n \n \
63+
\ {% set ns.switches = ns.switches + [{\n 'entity': state.entity_id,\n\
64+
\ 'name': category ~ \" Notification\", \n 'secondary_info':\
65+
\ 'last-updated'\n }] %}\n {% endif %}\n{% endfor %}\n\n{{ ns.switches\
66+
\ | to_json }}\n"
7167
sort:
7268
method: name
7369

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ 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

2227

2328
## Configuration
24-
```yaml+jinja
29+
```yaml
2530
theme: Backend-selected
2631
title: Map All
2732
path: map-all
@@ -30,10 +35,10 @@ badges: []
3035
cards:
3136
- type: map
3237
entities:
33-
- entity: person.Guest 3
34-
- entity: person.Guest 2
38+
- entity: person.Guest-3
39+
- entity: person.Guest-2
3540
- entity: person.Evis
36-
- entity: person.Guest 1
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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ 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

2227

2328
## Configuration
24-
```yaml+jinja
29+
```yaml
2530
theme: Backend-selected
2631
title: Map Daughter
2732
path: map-Daughter

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ 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

2227

2328
## Configuration
24-
```yaml+jinja
29+
```yaml
2530
theme: Backend-selected
2631
subview: true
2732
title: Map Evis

0 commit comments

Comments
 (0)