1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type service to imap (#159171)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:32:48 +01:00
committed by GitHub
parent 06a55175a8
commit 537f93872c
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -3010,7 +3010,7 @@
},
"imap": {
"name": "IMAP",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_push"
},