mirror of https://github.com/home-assistant/core
12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"domain": "google_mail",
|
|
"name": "Google Mail",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/google_mail",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["google-api-python-client==2.71.0"]
|
|
}
|