π New Features
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)
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_automationremains unchanged.