Skip to content

Zone-Centered & Animated

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:18

You can now center the radar on a zone entity, plus enjoy a sleek new ping animation for moving entities. The editor has also been refined for a smoother configuration experience.

Features

  • Center on Zone Entity
    Select a zone entity (e.g., zone.work) as the radar’s center.
    → A friendlier alternative to manually entering coordinates.
    ⚠️ center_latitude and center_longitude are now deprecated.

  • Moving Animation
    A new radar ping animation highlights entities that are moving.

    • Enable with moving_animation_enabled
    • Customize using moving_animation_attribute and moving_animation_activities

Improvements & Fixes

  • Editor Cleanup → Removed deprecated manual coordinate fields in favor of the new zone picker.
  • Configuration Validation → Errors are shown if both a zone entity and manual coordinates are defined. The editor also warns against conflicts.
  • Persistent Help Text → Moving animation helper text is always visible for clarity.
  • Code Quality → Styles have been separated from logic for better maintainability.
  • DocumentationREADME.md updated with the latest features and configuration options.