diff --git a/apps/ha/ChangeLog b/apps/ha/ChangeLog index ebbb7b508..2a911c207 100644 --- a/apps/ha/ChangeLog +++ b/apps/ha/ChangeLog @@ -6,4 +6,4 @@ 0.06: Updated clkinfo icon. 0.07: Update clock_info to avoid a redraw 0.08: Allow swiping to switch triggers -0.09: Improve web interface +0.09: Improve web interface, arrows in UI diff --git a/apps/ha/interface.html b/apps/ha/interface.html index 947c27e7a..3520b217b 100644 --- a/apps/ha/interface.html +++ b/apps/ha/interface.html @@ -41,7 +41,7 @@ var triggerText = document.getElementById("triggers").value; Util.showModal("Saving..."); - Util.writeStorage("ha.trigger.json", JSON.stringify(triggerText), ()=>{ + Util.writeStorage("ha.trigger.json", triggerText, ()=>{ Util.hideModal(); }); console.log("Sent ha.trigger.json!");