diff --git a/custom_components/miner/const.py b/custom_components/miner/const.py index d1e03e0..9abba73 100644 --- a/custom_components/miner/const.py +++ b/custom_components/miner/const.py @@ -17,4 +17,4 @@ JOULES_PER_TERA_HASH = "J/TH" -PYASIC_VERSION = "0.62.3" \ No newline at end of file +PYASIC_VERSION = "0.63.2" diff --git a/custom_components/miner/manifest.json b/custom_components/miner/manifest.json index 7983141..855a269 100644 --- a/custom_components/miner/manifest.json +++ b/custom_components/miner/manifest.json @@ -10,6 +10,6 @@ "issue_tracker": "https://github.com/Schnitzel/hass-miner/issues", "requirements": [], "ssdp": [], - "version": "1.1.17", + "version": "1.1.18", "zeroconf": [] }