The canonical URL moved, so IDENTITY.md, the homepage tile and widget, and the Home Assistant integration manifest follow it.
ai-agent integrations
Out-of-container companions that connect the ai-agent notification hub to the
outside world. The backend itself only knows about generic webhooks
(Settings → Webhooks, GET/PUT /api/webhooks); each integration here is the
receiving end of one of those webhooks.
home-assistant/— a Home Assistant custom component (ai_agent) that renders the hub'snotify/askevents as mobile notifications (asks get their own channel + ". .. .._" vibration and their tapped answer is POSTed back to the backend).
How notifications flow
notify-done skill (notify.sh / ask.sh)
│ POST /api/notify | /api/ask
▼
ai-agent backend ──record──▶ /data/notifications.json (source of truth)
│ POST {event: notify|ask, …}
▼
configured webhooks (e.g. HA /api/webhook/ai_agent)
│ notify.mobile_app_pixel_9
▼
phone ──tap──▶ HA integration ──POST /api/ask/{id}/answer──▶ backend