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 adec157 commit 3778f53Copy full SHA for 3778f53
homeassistant/components/husqvarna_automower/calendar.py
@@ -73,7 +73,6 @@ def event(self) -> CalendarEvent | None:
73
schedule = self.mower_attributes.calendar
74
cursor = schedule.timeline.active_after(dt_util.now())
75
program_event = next(cursor, None)
76
- _LOGGER.debug("program_event %s", program_event)
77
if not program_event:
78
return None
79
work_area_name = None
0 commit comments