mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Fix google calendar comment typo (#67389)
This commit is contained in:
@@ -154,7 +154,7 @@ class GoogleCalendarEventDevice(CalendarEventDevice):
|
||||
_LOGGER.error("Unable to connect to Google: %s", err)
|
||||
return
|
||||
|
||||
# Pick the first visible evemt. Make a copy since calculate_offset mutates the event
|
||||
# Pick the first visible event. Make a copy since calculate_offset mutates the event
|
||||
valid_items = filter(self._event_filter, items)
|
||||
self._event = copy.deepcopy(next(valid_items, None))
|
||||
if self._event:
|
||||
|
Reference in New Issue
Block a user