mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump gcal-sync to 4.1.0 (#84474)
* Bump gcal-sync to 4.1.0 * Update test with UNTIL improvements
This commit is contained in:
parent
96533e4c8f
commit
f9779d3e97
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["application_credentials"],
|
"dependencies": ["application_credentials"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
||||||
"requirements": ["gcal-sync==4.0.4", "oauth2client==4.1.3"],
|
"requirements": ["gcal-sync==4.1.0", "oauth2client==4.1.3"],
|
||||||
"codeowners": ["@allenporter"],
|
"codeowners": ["@allenporter"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["googleapiclient"]
|
"loggers": ["googleapiclient"]
|
||||||
|
@ -744,7 +744,7 @@ gTTS==2.2.4
|
|||||||
gassist-text==0.0.5
|
gassist-text==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==4.0.4
|
gcal-sync==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.geniushub
|
# homeassistant.components.geniushub
|
||||||
geniushub-client==0.6.30
|
geniushub-client==0.6.30
|
||||||
|
@ -560,7 +560,7 @@ gTTS==2.2.4
|
|||||||
gassist-text==0.0.5
|
gassist-text==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==4.0.4
|
gcal-sync==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.geocaching
|
# homeassistant.components.geocaching
|
||||||
geocachingapi==0.2.1
|
geocachingapi==0.2.1
|
||||||
|
@ -1049,7 +1049,7 @@ async def test_websocket_delete_recurring_event_instance(
|
|||||||
# Request to cancel all events after the second instance
|
# Request to cancel all events after the second instance
|
||||||
assert aioclient_mock.mock_calls[0][2] == {
|
assert aioclient_mock.mock_calls[0][2] == {
|
||||||
"id": "event-id-1",
|
"id": "event-id-1",
|
||||||
"recurrence": ["RRULE:FREQ=WEEKLY;UNTIL=20221015"],
|
"recurrence": ["RRULE:FREQ=WEEKLY;UNTIL=20221014"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user