mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 19:17:06 +00:00
* 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
13 lines
303 B
JSON
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"
|
|
}
|