Skip to content

v1.2.1 - Form Input Fix

Choose a tag to compare

@cursor cursor released this 03 Jan 18:40
· 37 commits to main since this release

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.