mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +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"]
|
|
}
|