Skip to content

Commit

Permalink
Merge pull request #309 from b-rowan/main
Browse files Browse the repository at this point in the history
Update pyasic version for X17 BOS+ fix.
  • Loading branch information
b-rowan authored Jan 31, 2024
2 parents 2fb7126 + 41187d9 commit b4cbd34
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.49.0"],
"requirements": ["pyasic==0.50.6"],
"ssdp": [],
"version": "1.1.1rc1",
"version": "1.1.2",
"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.48.5
pyasic==0.50.6
setuptools==69.0.3
pre-commit

0 comments on commit b4cbd34

Please sign in to comment.