2023-01-07 19:59:14 +00:00
|
|
|
{
|
|
|
|
"domain": "google_mail",
|
|
|
|
"name": "Google Mail",
|
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["application_credentials"],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/google_mail/",
|
|
|
|
"requirements": ["google-api-python-client==2.71.0"],
|
|
|
|
"codeowners": ["@tkdrob"],
|
|
|
|
"iot_class": "cloud_polling",
|
2023-01-30 13:18:56 +00:00
|
|
|
"integration_type": "service"
|
2023-01-07 19:59:14 +00:00
|
|
|
}
|