mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Bump gcal_sync to 5.0.0 (#102010)
* Bump gcal_sync to 5.0.0 * Update snapshots
This commit is contained in:
parent
2c3067b9c2
commit
6f5a72edf2
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/calendar.google",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["googleapiclient"],
|
||||
"requirements": ["gcal-sync==4.1.4", "oauth2client==4.1.3"]
|
||||
"requirements": ["gcal-sync==5.0.0", "oauth2client==4.1.3"]
|
||||
}
|
||||
|
@ -854,7 +854,7 @@ gardena-bluetooth==1.4.0
|
||||
gassist-text==0.0.10
|
||||
|
||||
# homeassistant.components.google
|
||||
gcal-sync==4.1.4
|
||||
gcal-sync==5.0.0
|
||||
|
||||
# homeassistant.components.geniushub
|
||||
geniushub-client==0.7.0
|
||||
|
@ -679,7 +679,7 @@ gardena-bluetooth==1.4.0
|
||||
gassist-text==0.0.10
|
||||
|
||||
# homeassistant.components.google
|
||||
gcal-sync==4.1.4
|
||||
gcal-sync==5.0.0
|
||||
|
||||
# homeassistant.components.geocaching
|
||||
geocachingapi==0.2.1
|
||||
|
@ -22,6 +22,11 @@
|
||||
'recurrence': list([
|
||||
]),
|
||||
'recurring_event_id': None,
|
||||
'reminders': dict({
|
||||
'overrides': list([
|
||||
]),
|
||||
'use_default': True,
|
||||
}),
|
||||
'start': dict({
|
||||
'date': None,
|
||||
'date_time': '2023-03-13T12:00:00-07:00',
|
||||
@ -50,6 +55,11 @@
|
||||
'RRULE:FREQ=WEEKLY',
|
||||
]),
|
||||
'recurring_event_id': None,
|
||||
'reminders': dict({
|
||||
'overrides': list([
|
||||
]),
|
||||
'use_default': True,
|
||||
}),
|
||||
'start': dict({
|
||||
'date': '2022-10-08',
|
||||
'date_time': None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user