Skip to content

v1.4.4

Choose a tag to compare

@djdevil djdevil released this 21 Mar 19:15
6bcdf1b

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.
  • πŸ› Classic layout default picture_size β€” Changed from 45 β†’ 40.