Hi,
I switched from Google Photos to Immich a while ago, and I love it. The one feature that I’m missing from Photos is daily push notifications of memories (e.g. On this day 5 years ago). So I’ve made this blueprint that does it through Home Assistant, at least until Immich team implements it natively.
You can see the full documentation and get it from GitHub:
GitHub link click here
Features:
- Sends daily push notifications at a configurable time
- Supports selecting memories (random/newest/oldest)
- Supports selecting a single asset within a memory (random/newest/oldest)
- Customizable message and title templates with placeholders:
{{years_ago}}— Number of years since the memory{{years_ago_label}}— “year” or “years”{{memory_year}}— Year of the memory
- Customizable icon
- Customizable notification channel (for Android)
- If no memory exists for the current date, no notification will be sent.
Prerequisites:
- Immich API key
- adding a rest_command in
configuration.yamlto fetch memories from Immich API. The Immich HA integration doesn’t expose this as an action (yet), so a custom rest_command is currently needed. Therefore, you don’t need the Immich HA integration to use this blueprint.
