Skip to content

Commit

Permalink
Fix CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Dec 26, 2024
1 parent 13f9c51 commit c5bada6
Showing 1 changed file with 1 addition and 1 deletion.
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();
haConfig.longLivedAccessToken= `${$('#tokenHA').val().trim()}`;
haConfig.transition = conf_editor.getEditor("root.specificOptions.transition").getValue();
haConfig.restoreOriginalState = conf_editor.getEditor("root.specificOptions.restoreOriginalState").getValue();
haConfig.maxRetry = conf_editor.getEditor("root.specificOptions.maxRetry").getValue();
Expand Down

0 comments on commit c5bada6

Please sign in to comment.