mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"domain": "immich",
|
|
"name": "Immich",
|
|
"codeowners": ["@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/immich",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioimmich"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aioimmich==0.12.1"]
|
|
}
|