Skip to content

v1.3.4

Choose a tag to compare

@djdevil djdevil released this 11 Mar 18:59
3b1db9d

✨ New Layout: Glassmorphism

Screenshot 2026-03-11 195701

A brand new glass layout with a dark frosted-glass aesthetic:

  • Gradient orbs in background that shift color based on person state
  • Avatar with animated colored glow ring (adapts to zone)
  • Animated status dot pulsing next to the zone name
  • Battery pill in the header with colored fill bar
  • Frosted chips for all sensors: watch battery, connection, distance, travel time, activity, steps
  • Smart travel mode fully supported (both directions + alternating animation)
  • Weather temperature shown inline below the name

To use it, set layout: glass in your card config or select Glass ◈ in the visual editor.


🔧 Improvements

distance_unit config option

You can now override the unit displayed for distance sensors (e.g. km, mi).
Leave it empty for auto-detection:

  • Sensors with attributes.distance (Waze, Google Routes) → uses HA system unit (km or mi)
  • Native HA distance sensors → uses their own unit_of_measurement

🐛 Bug Fixes

  • Distance unit showing min with Waze sensorsunit_of_measurement on Waze sensors refers to the travel time state, not the distance attribute. Fixed with auto-detection via hass.config.unit_system.length.
  • Weather temperature shown twice in Glass layout — Temperature was appearing both inline in the header and floating bottom-right. Floating duplicate removed.
  • Chip vertical misalignment in Glass layout — Chips with only an icon were not vertically centered with chips containing text. Fixed with align-items: center.