mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
Set integration type for immich (#154710)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/immich",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aioimmich"],
|
||||
"quality_scale": "silver",
|
||||
|
||||
@@ -3008,7 +3008,7 @@
|
||||
},
|
||||
"immich": {
|
||||
"name": "Immich",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user