Skip to content

Commit 25ad616

Browse files
committed
HyperHDR 21.0.0.0beta2
Fix HA wizard
1 parent 7db81cd commit 25ad616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.0.0beta1
1+
21.0.0.0beta2

www/js/wizard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ function startWizardHome_assistant(e)
24942494
haConfig.type = 'home_assistant';
24952495
haConfig.colorOrder = conf_editor.getEditor("root.generalOptions.colorOrder").getValue();
24962496
haConfig.homeAssistantHost = $('#hostHA').val().trim();
2497-
haConfig.longLivedAccessToken= $('#tokenHA').val().trim().escape();
2497+
haConfig.longLivedAccessToken= escape($('#tokenHA').val().trim());
24982498
haConfig.transition = conf_editor.getEditor("root.specificOptions.transition").getValue();
24992499
haConfig.constantBrightness = conf_editor.getEditor("root.specificOptions.constantBrightness").getValue();
25002500
haConfig.restoreOriginalState = conf_editor.getEditor("root.specificOptions.restoreOriginalState").getValue();

0 commit comments

Comments
 (0)