v1.2.1 - Form Input Fix
Bug Fix
Fixed an issue where form inputs would reset every ~5 seconds when creating tasks or routines.
Problem
The Home Assistant state updates every second (for the timer), which caused the card to re-render and lose any text typed into the form fields.
Solution
- Card now preserves form state during re-renders
- Skips unnecessary re-renders when in create mode
- Form state is cleared after successfully saving
Update
Update via HACS, then hard refresh your browser (Ctrl+Shift+R or Cmd+Shift+R) to load the new card JavaScript.