Releases: Schnitzel/hass-miner
v1.1.0
What's Changed
- Optimize data and improve config handling by @UpstreamData in #252
- Bump pyasic from 0.40.3 to 0.46.0 by @dependabot in #283
- upgrade to pyasic 0.46.0 by @Schnitzel in #285
- Update pyasic version, and attempt to fix duplicate entities by @b-rowan in #292
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.1.0-beta2: pyasic-0.46.0
Merge pull request #285 from Schnitzel/pyasic-0.46.0 upgrade to pyasic 0.46.0
v1.1.0-beta1: Homeassistant 2024 support
Merge pull request #252 from UpstreamData/main Optimize data and improve config handling
v1.0.1 - Winter is coming
v1.0.1 - Winter is coming (at least in the north)
Unfortunately life happened and there has not been a lot of updates recently, this changes now, V1 is a massive upgrade:
- Use pyasic to handle miners and data (#39) @UpstreamData - Thank you very very much to Brett for all his work on
pyasic
and this PR - Update component to support newest HomeAssistant Versions (#167) @petrsychrava
-
- Remove NumberEntity deprecated functionality (#208) @UpstreamData
- Support for custom Username & Password
- Support for S19s and many other miners (see https://pyasic.readthedocs.io/en/latest/miners/supported_types/ for full list)
- Many other smaller fixes and improvements
0.6.0
is probably not really easy and we suggest to remove all miners and read them in HomeAssistant.
v1.0.0
Unfortunately life happened and there has not been a lot of updates recently, this changes now, V1 is a massive upgrade:
- Use pyasic to handle miners and data (#39) @UpstreamData - Thank you very very much to Brett for all his work on
pyasic
and this PR - Update component to support newest HomeAssistant Versions (#167) @petrsychrava
-
- Remove NumberEntity deprecated functionality (#208) @UpstreamData
- Support for custom Username & Password
- Support for S19s and many other miners (see https://pyasic.readthedocs.io/en/latest/miners/supported_types/ for full list)
- Many other smaller fixes and improvements
0.6.0
is probably not really easy and we suggest to remove all miners and read them in HomeAssistant.
V1.0.0 Beta 3
update pyasic v0.40.3
V1.0.0 Beta 24
forgot the manifest.json
V1.0.0 Beta 2
Winter is coming (at least in the northern hemisphere). And this brings hass-miner up to date to the newest homeassistant version
V1.0.0 Beta 1
This is the first Beta release of the future Version 1.0.0 of Hass-Miner.
Unfortunately life happened and there has not been a lot of updates recently, this changes now, V1 is going to be a massive upgrade:
- Use pyasic to handle miners and data (#39) @UpstreamData - Thank you very very much to Brett for all his work on
pyasic
and this PR - Update component to support newest HomeAssistant Versions (#167) @petrsychrava
- Support for custom Username & Password
- Support for S19s and many other miners (see https://pyasic.readthedocs.io/en/latest/miners/supported_types/ for full list)
0.6.0
is probably not really easy and we suggest to remove all miners and read them in HomeAssistant.
To get Beta Versions in HASS HACS, follow this video: https://jmp.sh/v/E1LD5km2XCKlBmga4pjD
handle dynamic_power_scaling not always being a dict
Changes
- handle dynamic_power_scaling not always being a dict