Releases: qqaatw/JciHitachiHA
Releases · qqaatw/JciHitachiHA
Release v1.2.0
Breaking change: Since this version, only Home Assistant Core 2022.11.0+ are supported.
- Update out-dated apis.
- Prevent refreshing status right after API login.
- Add contributing guide.
Full Changelog: 1.1.0...1.2.0
Release v1.1.0
- Update LibJciHitachi ver. to 1.1.0.
- Add Python 3.11 support.
- Fix unexpected target temp in fan and auto mode by @stu85010 in #36
New Contributors
Full Changelog: 1.0.0...1.1.0
Release v1.0.0
Breaking change: Since this version, only Home Assistant Core 2022.7.0+ are supported.
- Update LibJciHitachi ver. to 1.0.0.
- Support heat exchanger.
- Identify supported statuses using support_code.
- Add auto fan mode to dehumidifier.
Full Changelog: 0.4.1...1.0.0
Patch Release v0.4.1
- Fix fan speed settings.
Full Changelog: 0.4.0...0.4.1
Release v0.4.0
- Update LibJciHitachi ver. to 0.5.3.
- Support business models.
- Clear events right before a device status is refreshed.
- Add firmware info to thing's property.
- Support some additional fan speed settings.
Full Changelog: 0.3.3...0.4.0
Release v0.3.3
- Update LibJciHitachi ver. to 0.5.2.
- Support Apple silicon.
- Store monthly data into thing's property rather than return it.
- Fix monthly power consumption incorrectly affecting that of other devices (#22).
Full Changelog: 0.3.2...0.3.3
Release v0.3.2
- Move the internal data storage from
hass.data
tohass.data[DOMAIN]
Full Changelog: 0.3.1...0.3.2
Patch Release v0.3.1
- Update LibJciHitachi ver. to 0.5.1.
- Fix power consumption calculation
Full Changelog: 0.3.0...0.3.1
Release v0.3.0
- Update LibJciHitachi ver. to 0.5.0.
- Switch AWS IoT SDK to v2.
- Add freeze clean status to AC.
- Add coverage test.
- Adopt adaptive timeout, making data fetching process more tolerant to a great number of devices.
- fix: fix status logging error by @kirintwn in #14
Note
- The backend installation is now managed by the integration instead of HA because one of the dependent packages awscrt that the backend uses doesn't provide binary wheels for musl-based linux like Alpine, the base image of Home Assistant Container without build tools preinstalled, currently. Thus, an additional package source having required binary wheels, which are periodically built by Github Actions CD, needs to be specified, and this is what the custom package management does. If you however concern the integrity of aforementioned binary wheels and want to build by yourself, please refer to awscrt repository for build instructions and replace the link with your custom source.
New Contributors
Full Changelog: 0.2.6...0.3.0
Patch Release v0.2.6
- Update LibJciHitachi ver. to 0.4.7.
- Unpin
httpx
version.
- Unpin
Full Changelog: 0.2.5...0.2.6