Compact home overview status cards

This commit is contained in:
2026-04-06 17:27:54 +02:00
parent 16b45ec30e
commit a0b2e33e49
2 changed files with 14 additions and 11 deletions
+13 -4
View File
@@ -11,18 +11,27 @@ cards:
entity: weather.norgardsvej entity: weather.norgardsvej
show_forecast: true show_forecast: true
- type: entities - type: glance
show_header_toggle: false columns: 5
show_icon: true
show_name: true
show_state: true
entities: entities:
- entity: sensor.n22_dato - entity: sensor.n22_dato
name: Dato name: Dato
icon: mdi:calendar icon: mdi:calendar
- entity: sensor.n22_solopgang - entity: sensor.n22_solopgang
name: Solopgang name: Sol op
icon: mdi:weather-sunset-up icon: mdi:weather-sunset-up
- entity: sensor.n22_solnedgang - entity: sensor.n22_solnedgang
name: Solnedgang name: Sol ned
icon: mdi:weather-sunset-down icon: mdi:weather-sunset-down
- entity: binary_sensor.arbejdsdag
name: I dag
icon: mdi:briefcase
- entity: binary_sensor.arbejdsdagimorgen
name: I morgen
icon: mdi:briefcase-outline
# 👨‍👩‍👧‍👦 Familien # 👨‍👩‍👧‍👦 Familien
- type: glance - type: glance
+1 -7
View File
@@ -56,13 +56,7 @@
- name: "Dato" - name: "Dato"
unique_id: n22_dato unique_id: n22_dato
state: > state: >
{{ now().strftime('%A %d %B') | replace('Monday','Mandag') {{ now().strftime('%-d/%-m') }}
| replace('Tuesday','Tirsdag')
| replace('Wednesday','Onsdag')
| replace('Thursday','Torsdag')
| replace('Friday','Fredag')
| replace('Saturday','Lørdag')
| replace('Sunday','Søndag') }}
- name: "Solopgang" - name: "Solopgang"
unique_id: n22_solopgang unique_id: n22_solopgang