Set integration type for immich (#154710)

This commit is contained in:
Michael
2025-10-17 23:25:10 +02:00
committed by GitHub
parent cecdf553f3
commit 9d03b1b9b4
2 changed files with 2 additions and 1 deletions
@@ -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",
+1 -1
View File
@@ -3008,7 +3008,7 @@
},
"immich": {
"name": "Immich",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},