File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- 21.0.0.0beta1
1
+ 21.0.0.0beta2
Original file line number Diff line number Diff line change @@ -2494,7 +2494,7 @@ function startWizardHome_assistant(e)
2494
2494
haConfig . type = 'home_assistant' ;
2495
2495
haConfig . colorOrder = conf_editor . getEditor ( "root.generalOptions.colorOrder" ) . getValue ( ) ;
2496
2496
haConfig . homeAssistantHost = $ ( '#hostHA' ) . val ( ) . trim ( ) ;
2497
- haConfig . longLivedAccessToken = $ ( '#tokenHA' ) . val ( ) . trim ( ) . escape ( ) ;
2497
+ haConfig . longLivedAccessToken = escape ( $ ( '#tokenHA' ) . val ( ) . trim ( ) ) ;
2498
2498
haConfig . transition = conf_editor . getEditor ( "root.specificOptions.transition" ) . getValue ( ) ;
2499
2499
haConfig . constantBrightness = conf_editor . getEditor ( "root.specificOptions.constantBrightness" ) . getValue ( ) ;
2500
2500
haConfig . restoreOriginalState = conf_editor . getEditor ( "root.specificOptions.restoreOriginalState" ) . getValue ( ) ;
You can’t perform that action at this time.
0 commit comments