Addresses issue #45. Added the required second parameter user_input to the async_step_choose_auth_type method so when HA core calls this method after an abort from the dialog the dialog can understand the abort occurred. Also passed in an empty dictionary from the previous step to signal that the start of the step is configuration driven and not an abort.
Addresses issue #45. Added the required second parameter user_input to the async_step_choose_auth_type method so when HA core calls this method after an abort from the dialog the dialog can understand the abort occurred. Also passed in an empty dictionary from the previous step to signal that the start of the step is configuration driven and not an abort.