From 1039c86b5c1814a02360a52835d67bd5324a077c Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:52:16 +0200 Subject: [PATCH] Add update entity to immich integration (#39664) --- source/_integrations/immich.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/immich.markdown b/source/_integrations/immich.markdown index ff1548a84a2..62db398e47b 100644 --- a/source/_integrations/immich.markdown +++ b/source/_integrations/immich.markdown @@ -5,6 +5,7 @@ ha_category: - Media source - Multimedia - Sensor + - Update ha_release: 2025.6 ha_config_flow: true ha_iot_class: Local Polling @@ -12,6 +13,7 @@ ha_domain: immich ha_platforms: - diagnostics - sensor + - update ha_codeowners: - '@mib1185' ha_integration_type: integration @@ -58,6 +60,10 @@ The following {% term sensors %} are created. For some of those the API key need | **Disk used by photos** | Used disk space by photos (_admin only_) | ❌ | | **Disk used by videos** | Used disk space by videos (_admin only_) | ❌ | +## Update entity + +An {% term update %} entity is created to inform about a new available Immich server version (_requires Immich server v1.134.0_). + ## Troubleshooting In any case, when reporting an issue, please enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics), restart the integration, and as soon as the issue re-occurs, stop the debug logging again (_download of debug log file will start automatically_). Further, if still possible, please also download the [diagnostics](/integrations/diagnostics/) data. If you have collected the debug log and the diagnostics data, provide them with the issue report.