Skip to content

πŸš€ New Features

Choose a tag to compare

@cataseven cataseven released this 18 Jan 18:28
8ac2892

Release Notes πŸš€

Version

  • v1.0.7 β€” Editor UX + Picker Stability

Summary ✨

This release focuses on editor reliability and configuration UX. It resolves issues where entity pickers could disappear, improves compatibility by prioritizing Home Assistant’s built-in Lit, and introduces several editor enhancements for faster, cleaner setup.

Highlights 🌟

  • βœ… **Improved UI Editor
  • βœ… **Better picker stability
  • βœ… Drag & drop to reorder entities
  • βœ… Domain-filtered entity pickers (Control / Timer / Sensor)
  • βœ… Accordion behavior: only one entity can be expanded at a time
  • βœ… Quick Add / Remove entity flow improvements
  • βœ… β€œLast run sensor (optional)” help ( ? ) button with an in-editor popup and YAML example
  • 🎨 Editor styling tweaks (e.g., white borders for section containers)

image

Added πŸ†•

Domain-filtered pickers

  • Control entity picker filters to:

    • switch, light, cover, lock, media_player, input_boolean, fan
  • Timer entity picker filters to:

    • timer
  • Last run sensor (optional) picker filters to:

    • sensor, input_datetime

Help popup on the UI Editor for β€œLast run sensor (optional)” ❓

  • A ? button appears next to the label.

  • Clicking it opens a popup containing:

    • Guidance on creating a trigger-based sensor
    • A ready-to-copy YAML template example

Entity accordion UI πŸͺ—

  • Expanding one entity automatically collapses the others.
  • Adding a new entity opens it immediately for editing.
  • Reordering keeps the correct entity expanded.

Fixed πŸ›

  • Entity pickers disappearing (Control / Timer / Sensor) in certain HA UI environments.
  • Timer picker filtering so only timer.* entities are shown.

Backwards Compatibility πŸ”

  • Existing configuration structure is preserved.
  • Default handling for entities[].timer_and_entity_connected_via_automation remains unchanged.