Had an old iPad in a drawer that can’t install anything from the App Store anymore, so it became a photo frame. It loads a fullscreen page from a Home Assistant add-on I wrote and cycles through family photos straight off the SMB share on my NAS. No cloud, no account.
In the morning the hallway motion sensor switches it into weather mode for a couple of hours, so every 8th photo becomes a weather screen with the next 12 hours. The latest version also has a small weather badge in the corner that can stay up all day, or only show up when rain, snow, frost or heat is coming. HA just pushes to it with two rest_commands - the frame itself has no token for HA.
The part I’m happiest with is the bin reminder. The frame tells you the day before which bin goes out, and you don’t type the dates in: you upload the PDF leaflet from your municipality and it reads the dates out of it, locally, no OCR. It works off the coloured cells in the calendar grid (row = ISO week, column = weekday) and checks each one against the printed day number.
It does ingress now too, so it opens from the HA sidebar, and with Mosquitto running it creates MQTT entities for the next collection, photo count and weather mode on its own.
Most of the work honestly went into old Safari. iOS 9 silently ignores half of modern CSS, so everything has px fallbacks and the weather screen is laid out with tables.
Install: Settings > Add-ons > Add-on Store > three dots > Repositories > add https://github.com/emo546/ha-snapframe
If you have an ancient iPad and something looks broken on it, tell me the iOS version.



That’s actually awesome! Thank you for sharing this with us. We also have an old iPad Air in the drawer but I hesitated to use it as a HA Display because it does not need to be always on and draw power without anyone looking at it. I was thinking about getting an E-Ink Display, but from what I have read, you managed to remotely trigger the iPad on / off when a presence detector fires? I do not have one yet, but I need to try this.
In another post here you write, that you parse PDFs from your Waste collector to get the schedules… you are probably aware of it, but in HACS, there is an Add-On “Waste Collection Schedule” that has support for the APIs of hundreds of waste collectors around the world. Maybe your area is included: https://github.com/mampfes/hacs_waste_collection_schedule
Edit: If it would be possible to let it render a HA Dashboard, it would actually be able to display everything that HA already can, without the need to implement the functionality within your Add-On. This is just after I started reading the GitHub page and Documentation, so maybe you already do that. I am not asking for interactivity like when opening the HA Website in the Browser (which might or might not work on very old iPads), but just “converting” a specific Dashboard to a picture and show it on the Screen. Let it update every X minutes and we can see everything we can render within HA.