You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Added
π Geocoded location (issue #29) β Shows the human-readable GPS address from sensor.xxx_geocoded_location (Home Assistant Mobile App) in all 9 layouts when the person is not at home. Auto-detected from the mobile app device prefix; manual override via geocoded_location_entity. Clickable to open the sensor's more-info dialog. If the text overflows its container it scrolls with a smooth bounce marquee; otherwise it is static.
π Compact layout: address alternates with the zone state using a vertical slide animation (no extra space used).
π Editor: new toggle show_geocoded_location and entity picker in the Sensors tab, with description and auto-population from the detected device prefix.
Fixed
π Neon / Glass / Bio pair chip misalignment β Animated distanceβtravel chips now follow the same stacking pattern as the Weather Station layout: pair-a stays in flow to define the container size; pair-b overlays with position:absolute;inset:0 + justify-content:center. For Bio, position is applied inline to override the position:relative on .bio-chip.
π Weather-active text shadow missing on Glass, Bio, Holo β Added weather-active class to the ha-card of these three layouts and added contrast CSS rules (text-shadow + frosted chip background) matching the Classic layout behaviour.
π Classic geocoded text missing shadow when weather background is active β Added .weather-active .geo-marquee-outer/inner rule to match the shadow on name and last-changed.
π Wxstation double π icon β The static π in wx-location is now hidden when geocoded location is active and the person is not home.
π Classic/Neon geocoded text not centred β Applied text-align:center via style parameter; geo-scrolling class overrides to left only during animation.
π Glass geocoded text had leading space β Removed spurious padding-left:10px.