mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add update entity to immich integration (#39664)
This commit is contained in:
parent
1a1dac970f
commit
1039c86b5c
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Media source
|
- Media source
|
||||||
- Multimedia
|
- Multimedia
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Update
|
||||||
ha_release: 2025.6
|
ha_release: 2025.6
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
@ -12,6 +13,7 @@ ha_domain: immich
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
|
- update
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@mib1185'
|
- '@mib1185'
|
||||||
ha_integration_type: integration
|
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 photos** | Used disk space by photos (_admin only_) | ❌ |
|
||||||
| **Disk used by videos** | Used disk space by videos (_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
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user