Releases: alryaz/hass-hekr-component
Releases · alryaz/hass-hekr-component
v0.2.15: Hotfix for HA 2023.6.0
🐛 Fixes
- Fixes compatibility with HA 2023.6.0 (#17, thanks @Telectroboy !)
v0.2.14: Fixed state_class not appearing on sensors
🐛 Fixes
- Fixed
state_class
not appearing on sensors on Home Assistant 2022.3.0+
v0.2.13: Home Assistant 2022.3 fixes
⚠️ BREAKING CHANGES
- Requires Home Assistant 2022.3+ through HACS
current_power_w
andtotal_energy_kwh
are no longer
🐛 Fixes
- Fixed import issue related to Home Assistant versions upward of 2022.3 (#13)
v0.2.12: Energy monitoring support
- Added state and device classes to power meter protocol entities
- Lowered warning level when protocol does not support certain platform
v0.2.11: Bug fixes
- Fixed regressions introduced by faulty library update in v0.2.10
This release has been tested with both power_meter
and power_socket
in both cloud and local access. Should you encounter any issues, please, reinstall the component first before opening an issue.
v0.2.10: Added power_socket protocol support
- Added support for power sockets (identified by "CZ-05" model name)
- Fixed notification about missing platform setups
WARNING! This update is broken. Please, await v0.2.11
v0.2.9: Reactive power fixes
(fix) invalid unit of measurement for reactive power
v0.2.8: Manifest update
- Fixed version numbering (resolves loading issues in HA 2021.6+)
v0.2.7 Update 1: (possibly) added support for older revisions of HIKING power meter
v0.2.7u1 Bumped version of underlying library, bumped update version number
v0.2.7: Internal refactoring, manifest changes
Refactored __init__.py imports, added version number, bumped version …