Skip to content

Commit

Permalink
Update pyasic version to fix vnish on/off.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rowan committed Apr 7, 2024
1 parent 88f9741 commit 10f1d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/miner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Schnitzel/hass-miner/issues",
"requirements": ["pyasic==0.54.10"],
"requirements": ["pyasic==0.54.11"],
"ssdp": [],
"version": "1.1.5",
"zeroconf": []
Expand Down
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.10
pyasic==0.54.11
setuptools==69.0.3
pre-commit

0 comments on commit 10f1d09

Please sign in to comment.