Improve evohome debug logging (#27178)

* add debug logging for schedule updates

* add debug logging for schedules

* change back to debug from warn
This commit is contained in:
David Bonnes 2019-10-04 16:54:16 +01:00 committed by Paulus Schoutsen
parent 3547b8691e
commit 45d4586bc2

View File

@ -454,6 +454,8 @@ class EvoChild(EvoDevice):
self._evo_device.schedule(), refresh=False
)
_LOGGER.debug("Schedule['%s'] = %s", self.name, self._schedule)
async def async_update(self) -> None:
"""Get the latest state data."""
next_sp_from = self._setpoints.get("next_sp_from", "2000-01-01T00:00:00+00:00")