Skip to content

Commit

Permalink
Workaround for #93
Browse files Browse the repository at this point in the history
  • Loading branch information
wlcrs committed Jul 28, 2022
1 parent a16b873 commit 300504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_flow.py
Expand Up @@ -406,7 +406,7 @@ async def async_step_setup_network(
# Check if we need to ask for the login details
if (
self._enable_parameter_configuration
and not info["has_write_permission"]
and info["has_write_permission"] == False # this can also be None, in which case login is not supported.
):
return await self.async_step_network_login()

Expand Down

0 comments on commit 300504d

Please sign in to comment.