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
show_forecast: true
- type: entities
show_header_toggle: false
- type: glance
columns: 5
show_icon: true
show_name: true
show_state: true
entities:
- entity: sensor.n22_dato
name: Dato
icon: mdi:calendar
- entity: sensor.n22_solopgang
name: Solopgang
name: Sol op
icon: mdi:weather-sunset-up
- entity: sensor.n22_solnedgang
name: Solnedgang
name: Sol ned
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
- type: glance
+1 -7
View File
@@ -56,13 +56,7 @@
- name: "Dato"
unique_id: n22_dato
state: >
{{ now().strftime('%A %d %B') | replace('Monday','Mandag')
| replace('Tuesday','Tirsdag')
| replace('Wednesday','Onsdag')
| replace('Thursday','Torsdag')
| replace('Friday','Fredag')
| replace('Saturday','Lørdag')
| replace('Sunday','Søndag') }}
{{ now().strftime('%-d/%-m') }}
- name: "Solopgang"
unique_id: n22_solopgang