mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"domain": "imap",
|
|
"name": "IMAP",
|
|
"codeowners": ["@jbouwh"],
|
|
"config_flow": true,
|
|
"dependencies": ["repairs"],
|
|
"documentation": "https://www.home-assistant.io/integrations/imap",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aioimaplib"],
|
|
"requirements": ["aioimaplib==2.0.1"]
|
|
}
|