Skip to content

AR Smart IR Builder

Latest

Choose a tag to compare

@marsh4200 marsh4200 released this 11 Jul 04:31
00545d5

v1.7.1 — Delete single commands

Fixes

New

  • Delete a single learned command without deleting the whole profile:
    • Each command in the All commands list (step 4) now has a ✕ button next to Test. Tap once to arm ("Delete?"), tap again within 3 seconds to confirm.
    • New service ar_smart_ir_builder.delete_command (device_key, command_name, optional entry_id) for use from Developer Tools or automations.

Fixed

  • Storage layer previously made per-command deletion impossible: the save path merges commands additively, so a removed command was silently resurrected on the next save. Deletion now writes the pruned command set directly to the config entry, and also cleans up the command's repeat policy and signal fingerprint.

Notes

  • Re-learning a command under the exact same name has always overwritten the old code — use that to fix a bad capture in place, or delete first and re-learn fresh.
  • A/C tip: if a command "learns successfully but doesn't action", most AC remotes send the full state in every frame. Put the remote in the state you want before capturing (e.g. eco on, correct mode/temp), then learn.
  • Panel cache-busted (?v=30) — hard-refresh the browser if the ✕ buttons don't appear after updating.