From 6f9dabbf9f3b10fb54d03fe6d02d8d70d9d553c1 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 22 Mar 2026 18:29:59 +0100 Subject: [PATCH] new dash --- dashboards/views/02_person_status.yaml | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dashboards/views/02_person_status.yaml diff --git a/dashboards/views/02_person_status.yaml b/dashboards/views/02_person_status.yaml new file mode 100644 index 0000000..ce81a34 --- /dev/null +++ b/dashboards/views/02_person_status.yaml @@ -0,0 +1,34 @@ +title: Person Status +path: person-status +icon: mdi:account-group +type: sections + +sections: + - type: grid + cards: + - type: heading + heading: Person status + + - type: entities + title: Daniel + entities: + - entity: person.daniel_schusler_dethlefsen + - entity: input_select.daniel_status + + - type: entities + title: Claus + entities: + - entity: person.claus_dethlefsen + - entity: input_select.claus_status + + - type: entities + title: Anne + entities: + - entity: person.anne_schusler_dethlefsen + - entity: input_select.anne_status + + - type: entities + title: Andreas + entities: + - entity: person.andreas_schusler_dethlefsen + - entity: input_select.andreas_status