Skip to content

Commit

Permalink
Fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Jan 2, 2021
1 parent 28b3c78 commit 967dc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sector/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def async_step_user(self, user_input=None):
CONF_USERID: userid,
CONF_PASSWORD: password,
CONF_CODE: user_input[CONF_CODE].replace(" ", ""),
CONF_CODE_FORMAT: user_input[CONF_CODE_FORMAT].replace(" ", ""),
CONF_CODE_FORMAT: user_input[CONF_CODE_FORMAT],
CONF_TEMP: user_input[CONF_TEMP],
CONF_LOCK: user_input[CONF_LOCK],
},
Expand Down

0 comments on commit 967dc47

Please sign in to comment.