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 71859c9 commit 1b5afdbCopy full SHA for 1b5afdb
custom_components/neviweb130/climate.py
@@ -2552,7 +2552,9 @@ def do_stat(self, start):
2552
self._month_kwh = 0
2553
_LOGGER.warning("%s Got None for device_monthly_stats", self._name)
2554
device_daily_stats = self._client.get_device_daily_stats(self._id)
2555
- _LOGGER.debug("%s device_daily_stats = %s", self._name, device_daily_stats)
+ _LOGGER.debug(
2556
+ "%s device_daily_stats = %s", self._name, device_daily_stats
2557
+ )
2558
if device_daily_stats is not None and len(device_daily_stats) > 1:
2559
n = len(device_daily_stats)
2560
daily_kwh_count = 0
0 commit comments