File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ( ) ;
2497+ haConfig . longLivedAccessToken = ` ${ $ ( '#tokenHA' ) . val ( ) . trim ( ) } ` ;
24982498 haConfig . transition = conf_editor . getEditor ( "root.specificOptions.transition" ) . getValue ( ) ;
24992499 haConfig . restoreOriginalState = conf_editor . getEditor ( "root.specificOptions.restoreOriginalState" ) . getValue ( ) ;
25002500 haConfig . maxRetry = conf_editor . getEditor ( "root.specificOptions.maxRetry" ) . getValue ( ) ;
You can’t perform that action at this time.
0 commit comments