mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
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:
parent
3547b8691e
commit
45d4586bc2
@ -454,6 +454,8 @@ class EvoChild(EvoDevice):
|
|||||||
self._evo_device.schedule(), refresh=False
|
self._evo_device.schedule(), refresh=False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
_LOGGER.debug("Schedule['%s'] = %s", self.name, self._schedule)
|
||||||
|
|
||||||
async def async_update(self) -> None:
|
async def async_update(self) -> None:
|
||||||
"""Get the latest state data."""
|
"""Get the latest state data."""
|
||||||
next_sp_from = self._setpoints.get("next_sp_from", "2000-01-01T00:00:00+00:00")
|
next_sp_from = self._setpoints.get("next_sp_from", "2000-01-01T00:00:00+00:00")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user