mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
10 lines
230 B
JSON
10 lines
230 B
JSON
{
|
|
"domain": "imap",
|
|
"name": "IMAP",
|
|
"documentation": "https://www.home-assistant.io/integrations/imap",
|
|
"requirements": ["aioimaplib==1.0.0"],
|
|
"codeowners": [],
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aioimaplib"]
|
|
}
|