Skip to content

Commit

Permalink
add missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilp committed Mar 14, 2024
1 parent 6212a7f commit a120975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/deltadore_tydom/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ async def async_step_discovery_confirm(self, user_input=None):
user_input[CONF_MAC],
user_input[CONF_TYDOM_PASSWORD],
None,
None,
None,
)
await tydom_hub.test_credentials()

Expand Down

0 comments on commit a120975

Please sign in to comment.