mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"domain": "immich",
|
|
"name": "Immich",
|
|
"codeowners": ["@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/immich",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioimmich"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["aioimmich==0.11.1"]
|
|
}
|