mirror of
https://github.com/elisspace/core.git
synced 2026-09-21 18:17:35 +00:00
* Convert google calendar to config flow and async * Call correct exchange method * Fix async method and reduce unnecessary diffs * Wording improvements * Reduce unnecessary diffs * Run load/update config from executor * Update homeassistant/components/google/calendar.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Remove unnecessary updating of unexpected multiple config entries. * Remove unnecessary unique_id checks * Improve readability with comments about device code expiration * Update homeassistant/components/google/calendar.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/google/calendar.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/google/api.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Add comment for when code is none on timeout Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"domain": "google",
|
|
"name": "Google Calendars",
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/calendar.google/",
|
|
"requirements": [
|
|
"google-api-python-client==2.38.0",
|
|
"httplib2==0.20.4",
|
|
"oauth2client==4.1.3"
|
|
],
|
|
"codeowners": ["@allenporter"],
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["googleapiclient"]
|
|
}
|