mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Remove noisy debug logs in Husgvarna Automower (#147958)
This commit is contained in:
parent
adec157d43
commit
3778f537d5
@ -73,7 +73,6 @@ class AutomowerCalendarEntity(AutomowerBaseEntity, CalendarEntity):
|
|||||||
schedule = self.mower_attributes.calendar
|
schedule = self.mower_attributes.calendar
|
||||||
cursor = schedule.timeline.active_after(dt_util.now())
|
cursor = schedule.timeline.active_after(dt_util.now())
|
||||||
program_event = next(cursor, None)
|
program_event = next(cursor, None)
|
||||||
_LOGGER.debug("program_event %s", program_event)
|
|
||||||
if not program_event:
|
if not program_event:
|
||||||
return None
|
return None
|
||||||
work_area_name = None
|
work_area_name = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user