We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89456e commit 14aba45Copy full SHA for 14aba45
plugwise_usb/nodes/circle.py
@@ -616,8 +616,8 @@ async def _energy_log_records_load_from_cache(self) -> bool:
616
if len(timestamp_energy_log) == 6:
617
address = int(log_fields[0])
618
slot = int(log_fields[1])
619
- pulses=int(log_fields[3])
620
- timestamp=datetime(
+ pulses = int(log_fields[3])
+ timestamp = datetime(
621
year=int(timestamp_energy_log[0]),
622
month=int(timestamp_energy_log[1]),
623
day=int(timestamp_energy_log[2]),
0 commit comments