Skip to content

Releases: kdeyev/eyeonwater

v2.3.1: Fix for metric meters

12 Sep 12:49
bae0b46
Compare
Choose a tag to compare
Fix native units integration (#70)

* Fix native units integration

* Update sensor.py

* Update sensor.py

* Update sensor.py

* Update sensor.py

* Update sensor.py

* Update sensor.py

v2.3.0: Improved support for various measurement units

07 Sep 13:42
85b8e12
Compare
Choose a tag to compare

What's Changed

  • bump pyonwater for better units support by @kdeyev in #64

Full Changelog: v2.2.0...v2.3.0

v2.2.0: Fix for negative statistic values

07 Sep 01:21
Compare
Choose a tag to compare
bugfix for last imported time

Add "Import historical data" service.

29 Aug 01:48
bee4d16
Compare
Choose a tag to compare
Add service for importing historical data  (#54)

* cleanup coordinator

* Implement service

* Update README

* fix services.yaml

* add translation

* fix services.yaml

* Update sensor.py

* Fix typo - Update services.yaml

---------

Co-authored-by: disforw <[email protected]>

internal testing

25 Aug 23:50
Compare
Choose a tag to compare
internal testing Pre-release
Pre-release
v2.1.0-alpha.5

newer version of pyonwater

v2.0.2: Prevent HA from recalculating water sensor statistics

20 Aug 18:41
a7f1f1a
Compare
Choose a tag to compare
Prevent HA from recalculating water sensor statistics (#37)

* do not specify _attr_state_class

* improve naming

* Update documentation

---------

Co-authored-by: Konstantin Deev <[email protected]>

v2.0.0: Loading more granular historical data

17 Aug 02:45
8da1663
Compare
Choose a tag to compare

The integration loads hourly historical water usage and updates the water sensor statistics, so the Energy Dashboard looks nice.
30 days of history will be loaded at the first start and all the new data going forward will have granularity of hours.

Entity has name attribute

14 Aug 01:21
3144166
Compare
Choose a tag to compare

Code cleanup and using the new entity has name being pushed

Removed config-flow options

09 Aug 01:41
89eb672
Compare
Choose a tag to compare

Removed config-flow options - now the integration will use your country code from HASS setup to choose youre web server address, and your selected unit system to determine your settings.

Fixed account authorization failure

Code quality cleanup

Binary Sensors

01 Aug 23:35
e1222d1
Compare
Choose a tag to compare
Binary Sensors Pre-release
Pre-release
  • move leak sensor to binary_sensor
  • add device support
  • add entity description
  • add multiple binary Sensors (see readme)