Add update entity to immich integration (#39664)

This commit is contained in:
Michael 2025-06-23 07:52:16 +02:00 committed by GitHub
parent 1a1dac970f
commit 1039c86b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.