Skip to content

Commit

Permalink
Update pyasic version to fix MAC bug with recent version of vnish.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rowan committed Apr 7, 2024
1 parent 320ec09 commit 88f9741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/miner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Schnitzel/hass-miner/issues",
"requirements": ["pyasic==0.54.8"],
"requirements": ["pyasic==0.54.10"],
"ssdp": [],
"version": "1.1.4",
"version": "1.1.5",
"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.7.0
homeassistant>=2024.1.0
pip>=21.0,<23.2
ruff==0.0.267
pyasic==0.54.8
pyasic==0.54.10
setuptools==69.0.3
pre-commit

0 comments on commit 88f9741

Please sign in to comment.