mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Bump gcal_sync to 4.0.0 (#81562)
* Bump gcal_sync to 2.2.4 * Bump gcal sync to 4.0.0 * Add Calendar accessRole fields which are now required
This commit is contained in:
parent
a635e9c9d2
commit
2ad1d31119
@ -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==2.2.3", "oauth2client==4.1.3"],
|
"requirements": ["gcal-sync==4.0.0", "oauth2client==4.1.3"],
|
||||||
"codeowners": ["@allenporter"],
|
"codeowners": ["@allenporter"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["googleapiclient"]
|
"loggers": ["googleapiclient"]
|
||||||
|
@ -731,7 +731,7 @@ gTTS==2.2.4
|
|||||||
garages-amsterdam==3.0.0
|
garages-amsterdam==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==2.2.3
|
gcal-sync==4.0.0
|
||||||
|
|
||||||
# homeassistant.components.geniushub
|
# homeassistant.components.geniushub
|
||||||
geniushub-client==0.6.30
|
geniushub-client==0.6.30
|
||||||
|
@ -547,7 +547,7 @@ gTTS==2.2.4
|
|||||||
garages-amsterdam==3.0.0
|
garages-amsterdam==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==2.2.3
|
gcal-sync==4.0.0
|
||||||
|
|
||||||
# homeassistant.components.geocaching
|
# homeassistant.components.geocaching
|
||||||
geocachingapi==0.2.1
|
geocachingapi==0.2.1
|
||||||
|
@ -104,7 +104,7 @@ async def primary_calendar(
|
|||||||
"""Fixture to return the primary calendar."""
|
"""Fixture to return the primary calendar."""
|
||||||
mock_calendar_get(
|
mock_calendar_get(
|
||||||
"primary",
|
"primary",
|
||||||
{"id": primary_calendar_email, "summary": "Personal"},
|
{"id": primary_calendar_email, "summary": "Personal", "accessRole": "owner"},
|
||||||
exc=primary_calendar_error,
|
exc=primary_calendar_error,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -768,7 +768,7 @@ async def test_assign_unique_id(
|
|||||||
|
|
||||||
mock_calendar_get(
|
mock_calendar_get(
|
||||||
"primary",
|
"primary",
|
||||||
{"id": EMAIL_ADDRESS, "summary": "Personal"},
|
{"id": EMAIL_ADDRESS, "summary": "Personal", "accessRole": "reader"},
|
||||||
)
|
)
|
||||||
|
|
||||||
mock_calendars_list({"items": [test_api_calendar]})
|
mock_calendars_list({"items": [test_api_calendar]})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user