Skip to content

Commit

Permalink
HyperHDR 21.0.0.0beta2
Browse files Browse the repository at this point in the history
Fix HA wizard
  • Loading branch information
awawa-dev committed Jan 26, 2025
1 parent 7db81cd commit 25ad616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.0.0.0beta1
21.0.0.0beta2
2 changes: 1 addition & 1 deletion www/js/wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,7 @@ function startWizardHome_assistant(e)
haConfig.type = 'home_assistant';
haConfig.colorOrder = conf_editor.getEditor("root.generalOptions.colorOrder").getValue();
haConfig.homeAssistantHost = $('#hostHA').val().trim();
haConfig.longLivedAccessToken= $('#tokenHA').val().trim().escape();
haConfig.longLivedAccessToken= escape($('#tokenHA').val().trim());
haConfig.transition = conf_editor.getEditor("root.specificOptions.transition").getValue();
haConfig.constantBrightness = conf_editor.getEditor("root.specificOptions.constantBrightness").getValue();
haConfig.restoreOriginalState = conf_editor.getEditor("root.specificOptions.restoreOriginalState").getValue();
Expand Down

0 comments on commit 25ad616

Please sign in to comment.