Greetings @maglerod -
I have been working on an enhancement idea for the card; multi-day rings. The feature would allow you to show multiple rings (one per day) of a single sensors data. Outer ring = today, inner rings = older days.
If this is a feature that you would want to include, I can submit a PR.
Display up to 7 days of history as concentric rings for any history or consumption layer:
days: 1–7 — number of days to show (1 = today only, 7 = full week)
- Older days render as outer rings, today is always the innermost ring
day_fade / day_fade_step — gradually reduce opacity on older rings
day_labels — show day-of-week labels beside each ring
day_label_format — label style: short (Mon), narrow (M), or full (Monday)
day_label_position — place labels on left or right side
- Min/max scaling is shared across all day-rings for consistent comparison
layers:
- id: temp_week
type: history
entity: sensor.outdoor_temperature
days: 3
day_fade: true
day_fade_step: 0.12
day_labels: true
day_label_format: short
day_label_position: top
Note: Multi-day mode is mutually exclusive with keep_across_midnight and day_offset.

Greetings @maglerod -
I have been working on an enhancement idea for the card; multi-day rings. The feature would allow you to show multiple rings (one per day) of a single sensors data. Outer ring = today, inner rings = older days.
If this is a feature that you would want to include, I can submit a PR.
Display up to 7 days of history as concentric rings for any history or consumption layer:
days: 1–7— number of days to show (1 = today only, 7 = full week)day_fade/day_fade_step— gradually reduce opacity on older ringsday_labels— show day-of-week labels beside each ringday_label_format— label style:short(Mon),narrow(M), orfull(Monday)day_label_position— place labels onleftorrightsideNote: Multi-day mode is mutually exclusive with
keep_across_midnightandday_offset.