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