Skip to content

AR Smart IR Builder

Choose a tag to compare

@marsh4200 marsh4200 released this 08 Jul 15:50
d334230

BUG FIX FROM V1.5.1

πŸ”„ Changed

πŸ“€ Export now tells you exactly what to do

Exporting a codeset is now much clearer.

After every export, the panel displays exactly how to add your device in Home Assistant:

Add Device β†’ Choose "" β†’ Manufacturer "" β†’ Code

It also shows the live file path that should be edited, removing any guesswork about which device type or file to use.

⬇ Download-only export copy

The copy created in www/ is now download-only and no longer opens automatically after export.

This prevents accidentally editing the preview copy instead of the live codeset.

Instead you'll see a convenient ⬇ Download a Copy button, and a helpful READ_ME_FIRST.txt is automatically created inside:

/config/www/ar_smart_ir_exports/

pointing you to the actual file used by the integration.

πŸ› οΈ Fixed

βœ… Eliminated export file confusion

There is now a clear separation between:

  • Live codeset (used by the integration)

    • /config/ar_smart_ir_codes/<platform>/<code>.json
  • Download/preview copy

    • /config/www/ar_smart_ir_exports/

Editing the preview copy never affected the integration, which caused confusion. This release makes the distinction obvious and guides you directly to the correct file.

πŸ“ Notes

  • πŸ“‹ Export responses now include:

    • platform_label
    • manufacturer
    • model
    • add_as
    • instructions
    • download_url
  • πŸš€ Panel cache version updated to ?v=29 to ensure the latest interface is loaded.