Skip to content

Commit

Permalink
Merge pull request #376 from FrancoLoco/main
Browse files Browse the repository at this point in the history
Fix erreur en lien avec le last_reset sur les entités de type energy total increasing
  • Loading branch information
ic-dev21 authored Feb 6, 2024
2 parents fbcdb98 + e2a04ea commit 4b847dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/hilo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"documentation": "https://github.com/dvd-dev/hilo",
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/dvd-dev/hilo/issues",
"requirements": ["python-hilo>=2024.2.1"],
"version": "2024.2.1"
"requirements": ["python-hilo>=2024.2.2"],
"version": "2024.2.2"
}
1 change: 0 additions & 1 deletion custom_components/hilo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def __init__(self, hilo, device):
initial_state = 0
self._attr_native_value = initial_state
self._attr_last_valid_state = initial_state
self._attr_last_reset = dt_util.utcnow()

super().__init__(
integration_method=METHOD_LEFT,
Expand Down

0 comments on commit 4b847dd

Please sign in to comment.