mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to imap (#159171)
This commit is contained in:
committed by
GitHub
parent
06a55175a8
commit
537f93872c
@@ -5,6 +5,7 @@
|
||||
"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"]
|
||||
|
||||
@@ -3010,7 +3010,7 @@
|
||||
},
|
||||
"imap": {
|
||||
"name": "IMAP",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user