Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent overwriting
omnikinverter
with authentication-less instance…
… on "html" source type (#114) This should have been an `elif`, now causing `source_type = "html"` to fall into the `else` branch of the check for `"tcp"` and creating an `OmnikInverter` instance without username and password.
- Loading branch information