From c36e47d2eedd60f10037ba9d51948c738e82d614 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Fri, 24 Apr 2026 19:16:10 +0200 Subject: [PATCH] Slet 02_person_status view (integreret i home view) --- dashboards/views/02_person_status.yaml | 115 ------------------------- 1 file changed, 115 deletions(-) delete mode 100644 dashboards/views/02_person_status.yaml diff --git a/dashboards/views/02_person_status.yaml b/dashboards/views/02_person_status.yaml deleted file mode 100644 index 8b096aa..0000000 --- a/dashboards/views/02_person_status.yaml +++ /dev/null @@ -1,115 +0,0 @@ -title: Person Status -path: person-status -icon: mdi:account-group -type: sections -max_columns: 1 - -sections: - - # πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Personer – kompakt 2x2 grid - - type: grid - columns: 2 - square: false - cards: - - - type: vertical-stack - cards: - - type: custom:mushroom-person-card - entity: person.andreas_schusler_dethlefsen - name: Andreas - secondary_info: last_changed - layout: horizontal - tap_action: - action: more-info - - type: custom:mushroom-select-card - entity: input_select.andreas_status - icon: mdi:account-heart - icon_color: > - {% if is_state('input_select.andreas_status', 'syg') %}red{% else %}green{% endif %} - - - type: vertical-stack - cards: - - type: custom:mushroom-person-card - entity: person.daniel_schusler_dethlefsen - name: Daniel - secondary_info: last_changed - layout: horizontal - tap_action: - action: more-info - - type: custom:mushroom-select-card - entity: input_select.daniel_status - icon: mdi:account-heart - icon_color: > - {% if is_state('input_select.daniel_status', 'syg') %}red{% else %}green{% endif %} - - - type: vertical-stack - cards: - - type: custom:mushroom-person-card - entity: person.anne_schusler_dethlefsen - name: Anne - secondary_info: last_changed - layout: horizontal - tap_action: - action: more-info - - type: custom:mushroom-select-card - entity: input_select.anne_status - icon: mdi:account-heart - icon_color: > - {% if is_state('input_select.anne_status', 'syg') %}red{% else %}green{% endif %} - - - type: vertical-stack - cards: - - type: custom:mushroom-person-card - entity: person.claus_dethlefsen - name: Claus - secondary_info: last_changed - layout: horizontal - tap_action: - action: more-info - - type: custom:mushroom-select-card - entity: input_select.claus_status - icon: mdi:account-heart - icon_color: > - {% if is_state('input_select.claus_status', 'syg') %}red{% else %}green{% endif %} - - # πŸ—ΊοΈ Popup kort - - type: grid - cards: - - type: custom:button-card - name: Γ…bn kort - icon: mdi:map - show_state: false - styles: - card: - - border-radius: 16px - - padding: 14px - - background: linear-gradient(135deg, rgba(0,0,0,0.05), rgba(0,0,0,0.1)) - icon: - - color: var(--primary-color) - name: - - font-size: 14px - - font-weight: 600 - tap_action: - action: call-service - service: browser_mod.popup - service_data: - title: πŸ“ Familien - size: fullscreen - style: - --popup-border-radius: 20px - --popup-background-color: rgba(0,0,0,0.9) - content: - type: map - default_zoom: 12 - hours_to_show: 6 - aspect_ratio: 1 - entities: - - entity: device_tracker.andreas_iphone_12 - name: Andreas - - entity: device_tracker.daniels_iphone_7_3 - name: Daniel - - entity: device_tracker.annes_iphone_xs_4 - name: Anne - - entity: device_tracker.claus_iphone_15pro - name: Claus -