AR Smart IR Builder
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_labelmanufacturermodeladd_asinstructionsdownload_url
-
π Panel cache version updated to
?v=29to ensure the latest interface is loaded.