v1.3.4
✨ New Layout: Glassmorphism
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 (kmormi) - Native HA distance sensors → uses their own
unit_of_measurement
🐛 Bug Fixes
- Distance unit showing
minwith Waze sensors —unit_of_measurementon Waze sensors refers to the travel time state, not the distance attribute. Fixed with auto-detection viahass.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.