File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## ongoing
4+
5+ - Bugfix midnight rollover for cicrles without power usage registered during first hour(s)
6+
37## v0.31.2
48
59- CI improvements.
Original file line number Diff line number Diff line change @@ -516,6 +516,7 @@ def _update_energy_today_now(self):
516516 _utc_midnight_timestamp + timedelta (hours = 1 ),
517517 _utc_hour_timestamp ,
518518 )
519+ self .do_callback (FEATURE_ENERGY_CONSUMPTION_TODAY ["id" ])
519520 elif (
520521 self ._energy_pulses_today_now is not None
521522 and self ._energy_pulses_today_now > _pulses_today_now
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise_usb"
7- version = " 0.31.2 "
7+ version = " 0.31.3b0 "
88license = {file = " LICENSE" }
99description = " Plugwise USB (Stick) module for Python 3."
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments