Getting friendly with Home Assistant
What's Changed
With the addition of the raw
query to the image endpoint, users are now able to get the raw image data. This is particularly useful for Home Assistant users who would like to use an Immich image as their background which rotates on reload. The same also applies to the 'picture' elements in Home Assistant.
A quick example:
If you set the background of a Home Assistant dashboard's "Local path or web URL" setting to http://SERVER_RUNNING_KIOSK/image?album=ALBUM_ID&raw
that would grab a image from that album and set it as the dashboard background! reloading the page (or HA refreshing the background) would grab another image from the album.
🚀 New Features
raw
param added to the/image
endpoint.- Added CSS cache busting
⚡ Fixes
- 24 hour clock format corrected from "15/04" to "15:04".
🔨 Maintenance
- Much better user error messages