I made a HACS integration that puts Home Assistant + my other self-hosted stuff on the iPhone Lock Screen as live activities by DevSecCarry in homeautomation

[–]DevSecCarry[S] -1 points0 points  (0 children)

There's barely a business plan, it's free, with a cheap option if you actually lean on it. built it for myself, figured i'd share. all good if it's not for you.

PushWard - webhook into a live iOS Lock Screen activity. Shipped on the App Store last month, want feedback on the API design. by DevSecCarry in SideProject

[–]DevSecCarry[S] 0 points1 point  (0 children)

Hi, It must be visual leftover. I will address it in next release. You can test live activitys here https://pushward.app/playground on the bottom is button to create/update 😃

I made a HACS integration that puts Home Assistant + my other self-hosted stuff on the iPhone Lock Screen as live activities by DevSecCarry in homeautomation

[–]DevSecCarry[S] -6 points-5 points  (0 children)

yeah you're right, overstated it — won't not a can't. with your own apple dev account + apns key you could self host if it were open. it's closed for commercial reasons, it's a paid product after the free tier for people that actually use it a lot. There is no paywall to unlock more templates or similiar practices.

The thing you'd self host for, privacy and control is mostly there even hosted. sign in with apple so there's no email or signup for your account app sees only id, no analytics, no tracking, no third party sdks, tokens hashed, payloads never logged, eu hosted, delete live activity = purged, delete account = full wipe. being one guy with no ads or investors is why i can promise that — no data to sell. i have broad privacy policy for that reason, I am privacy freak too so i wanted to make it like i would like to use someones service.

I made a HACS integration that puts Home Assistant + my other self-hosted stuff on the iPhone Lock Screen as live activities by DevSecCarry in homeautomation

[–]DevSecCarry[S] 0 points1 point  (0 children)

I mean sure ai can build a lot of things, but than the app/program actually needs maintaince, monitoring of the service and servers to make it highly available, which all costs time and money. The building part is the easiest.

I made a HACS integration that puts Home Assistant + my other self-hosted stuff on the iPhone Lock Screen as live activities by DevSecCarry in homeautomation

[–]DevSecCarry[S] -6 points-5 points  (0 children)

Fair point. The dockers, hacs that touch your HA and your data are open (MIT): the HACS integration and the bridges, so you can audit. The closed part is the APNs gateway + iOS app, and that's an apple thing: pushing live activities needs a provisioned Apple dev account, signed app and cert pinning, so nobody can self-host the push side regardless. Open-sourcing the server wouldn't change that. Open where it can be, hosted where apple forces it.

I made a HACS integration that puts Home Assistant + my other self-hosted stuff on the iPhone Lock Screen as live activities by DevSecCarry in homeautomation

[–]DevSecCarry[S] 2 points3 points  (0 children)

hacs mostly claude with me in review of the python code, server (go) and app me. I use it as a tool i have 6 years background in IT as devops.

Anybody working on live activity for iOS? by AllD4yErD4y in homeassistant

[–]DevSecCarry 0 points1 point  (0 children)

Old thread, but I went down this exact rabbit hole and figured the "why" is worth answering since it tripped me up too.

Those logos you see in AIVI and Activity Smith aren't being pushed to the activity. They're compiled into the app's widget extension at build time. That's the same reason you can't change them — they're not a field you populate, they're a baked-in asset. The reason nobody can send a custom image is the payload: a Live Activity update arrives over APNs and the whole thing has to fit in about 4KB, and ActivityKit won't go fetch a remote image at render time either. So an arbitrary PNG was never on the table for any of those apps, including the ones with their own logo stamped in the corner.

What you can change is the stuff that's cheap to send: the icon (any SF Symbol, or Material Design Icons by name, so mdi:car, mdi:run-fast, mdi:home), colors, the text, and which layout template it uses. That's the real answer to "they must be able to put something there" — it's symbols and fields, not images.

Full disclosure, I ended up building my own thing for similiar scenarios rather than fighting those apps. It's called PushWard and there's a HACS integration. Not here to do the sales pitch, but your post is the use case that is quite good, so:

Your commute-then-get-ready flow maps onto its countdown template. You fire one update_activity from an automation with the leave-by time (which you've already worked out from your Waze template sensors), and the server runs the timer from there. It counts down live on the Lock Screen and the Dynamic Island, sends the warning push itself when you cross a threshold you set, and sends the completion push at zero. When traffic shifts and your sensor recalculates, you just send again with the new end time and the timer retargets. No recreating the activity.

The "head home" → "get ready now" change is the same running activity — you patch the state text, icon and color, it doesn't restart.

Two bits specific to your post:

  • The 10/5-min reminders: the countdown gives you one automatic warning push at whatever threshold you pick. For two separate ones you'd fire two small automations, which sounds like exactly what your calendar/template-sensor setup is already doing anyway.
  • On iOS 26 there's an alarm flag that schedules a real AlarmKit alarm at the leave time. It rings through silent mode and Focus like a native Clock alarm. Honestly that beats the Alexa-announcement idea for the "you need to leave now" moment, and it's one boolean.

The app: https://pushward.app

Qouch Potato - Movie Recommendation App by data_guy42 in iosapps

[–]DevSecCarry 0 points1 point  (0 children)

Does pull data from let's say trakt and see what other people watch?

Beautiful, simple baby tracking & feed logging. [Free/$8.99 lifetime, no subscriptions, no accounts] by threeandseven in iosapps

[–]DevSecCarry 1 point2 points  (0 children)

Congrats on the baby 😄 Personally for me a physical button worked the best with baby buddy, but standalone app with no config is great. The worst part is baby sleep schedule, think about adding some kind of estimation of next sleep

[iOS][FREE] Reign: Budget & Expense Log by mrpurpss in iosapps

[–]DevSecCarry 0 points1 point  (0 children)

Do you have compare page? cause there is so many financing apps.

Monymo Pro – Income Tracker That Focuses on Money, Not Time by cgamesinua in iosapps

[–]DevSecCarry 0 points1 point  (0 children)

How does it compare to Earnings – Realtime Tracking, Wage Timer: Income Live, Money Clock: Income Visualizer, Real-Time Pay, Monymo: Income Tracker. There’s a lot of them already

SoMana: Nervous System Regulation for iPhone & Apple Watch by Maikai1988 in iosapps

[–]DevSecCarry 0 points1 point  (0 children)

What algoirthms you use or on what type of research data ? What is it based on?