What's New
New Features
- Multi-select import: Select multiple automations and open them together in a merged workspace (
Open togetherbutton) - Fire Event action: New action type to fire Home Assistant events (#119)
- Entity selector for service data fields: Smarter entity filtering by service domain (#168)
- Clear button: Brush icon in the toolbar to reset the current automation with a confirmation prompt
Bug Fixes
- Trigger-id routing (#188): Sequential
if/thenblocks usingcondition: triggerwithid(string or array format) now correctly produce independent parallel flows instead of a single chained sequence - Action duplication (#164): Fixed actions being duplicated after
if/then/elseblocks - Device triggers (#157, #190): Removed incorrect
entity_idrequirement for ZHA and other integration-specific device triggers that only usedevice_id - HA panel sync (#162): Fixed
hassobject not syncing correctly to the iframe panel - Weekday selection: Fixed weekday values not saving in time conditions (#173)
- Condition saving: Fixed conditions not being saved to Home Assistant
- Entity selector: Fixed legacy
{value, label}objects in node data string fields - Responsive connection status: Improved connection badge display on small screens (#174)
- IndexedDB fallback: Added fallback for environments where IndexedDB is unavailable (#175)