gdgib / span

SPAN Integration for HomeAssistant/HACS
Other
20 stars 4 forks source link

Addresses Issue #45 - 500 error on abort in config dialog for auth method #46

Closed cayossarian closed 7 months ago

cayossarian commented 8 months ago

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.