Releases: henricm/ha-ferroamp
Releases · henricm/ha-ferroamp
v1.7.4
Bug Fixes
- change usage of deprecated methods (4d236f8)
v1.7.3
Bug Fixes
- handle unknown value for percentage sensor (9625906), closes #162
- make four more sensors total increasing (f1519f7), closes #164
v1.7.2
Bug Fixes
- set native unit of measurement since that seems to be required in HA 2022.4 (d1fea7f)
v1.7.1
Bug Fixes
- mark sensor as added to HASS even if no existing state is found (1ac896f)
v1.7.0
Features
- make sure that 3-phase energy sensors are strictly increasing (9446217), closes #126
Bug Fixes
- failing tests due to blocking calls (4865308)
v1.6.0
Features
- updated to support Home Assistant 2021.12 (217e933)
v1.5.0
Features
- add sensor for load balancing (1457341)
v1.4.2
Bug Fixes
- make relay status history available (6ceb2f0), closes #92
v1.4.1
Bug Fixes
- handle unknown value for energy sensor (b027287), closes #85
v1.4.0
Features
- make sure state is always increasing for energy sensors (d389ca1), closes #76
Bug Fixes
- average calculation (391e563)
- handle missing values in a better way (9cea9bf)