Skip to content

Commit 9d03b1b

Browse files
authored
Set integration type for immich (home-assistant#154710)
1 parent cecdf55 commit 9d03b1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/immich/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"config_flow": true,
66
"dependencies": ["http"],
77
"documentation": "https://www.home-assistant.io/integrations/immich",
8+
"integration_type": "service",
89
"iot_class": "local_polling",
910
"loggers": ["aioimmich"],
1011
"quality_scale": "silver",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@
30083008
},
30093009
"immich": {
30103010
"name": "Immich",
3011-
"integration_type": "hub",
3011+
"integration_type": "service",
30123012
"config_flow": true,
30133013
"iot_class": "local_polling"
30143014
},

0 commit comments

Comments
 (0)