Files
core/homeassistant/components/google/manifest.json
T
David Kendall f3ba71748b Feature/google calendar read only support (#52790)
* feat(google): Added support for read only access in google calendar.

By default the current read/write access will be given, but the user has the option to set read only access which stops the add event service from registering

* fix(google): Updated documentation link

* docs(google-calendar): Added style fixes

* feat(calendar-google): Updated scopes to be defined on enum property.

This was done as a MR suggestion to simplify the code.

* feat(calendar-google):Removed constants no longer needed.

* feat(calendar-google): Reduced scope check to minimum.

* style: Fixed style issues
2021-07-25 12:33:21 -07:00

13 lines
303 B
JSON

{
"domain": "google",
"name": "Google Calendars",
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
"requirements": [
"google-api-python-client==1.6.4",
"httplib2==0.19.0",
"oauth2client==4.0.0"
],
"codeowners": [],
"iot_class": "cloud_polling"
}