Skip to content

Commit

Permalink
Update pyasic and remove required web username
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Oct 28, 2024
1 parent 88e6814 commit b3f457e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/miner/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def async_step_login(self, user_input=None):

if self._miner.web is not None:
schema_data[
vol.Required(
vol.Optional(
CONF_WEB_USERNAME,
default=user_input.get(CONF_WEB_USERNAME, self._miner.web.username),
)
Expand Down
4 changes: 2 additions & 2 deletions custom_components/miner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Schnitzel/hass-miner/issues",
"requirements": ["pyasic==0.60.7"],
"requirements": ["pyasic==0.60.10"],
"ssdp": [],
"version": "1.1.16rc1",
"version": "1.1.16",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ colorlog==6.8.2
homeassistant>=2024.6.3
pip>=21.0,<23.2
ruff==0.6.9
pyasic==0.60.7
pyasic==0.60.10
setuptools==75.1.0
pre-commit

0 comments on commit b3f457e

Please sign in to comment.