Home Assistant notifications on your phone through YouLMK
Any automation's notify action lands in your YouLMK inbox with its rules, through Home Assistant's RESTful notify platform: one YAML block, no add-on.
Home Assistant's own page was read on 17 September 2026 for every step below. If a menu has moved since, write to hello@youlmk.com and it is corrected the same day.
What Home Assistant sends
A title and a message from any automation, as JSON, through the RESTful notify platform (method POST_JSON).
What arrives in the inbox
Set it up
In YouLMK, create a source of type webhook named after the service, and copy its webhook URL: youlmk.com/w/k_7hq2nk3f9qd8w4 with your own key. Then:
- In configuration.yaml, add a notify entry: platform rest, name youlmk, resource set to your source's webhook URL from YouLMK, method POST_JSON, title_param_name title, message_param_name body.
- Restart Home Assistant; the action notify.youlmk exists.
- In an automation, add the action notify.youlmk with a title and a message. Its data block can carry priority (low, normal, high, critical) and url.
- Or use the Apprise integration (platform apprise) with the url jsons://youlmk.com/w/ followed by your key; Home Assistant carries Apprise 1.11.0 (the integration's manifest, read 17 September 2026), so the youlmk:// line waits for that to move past 1.13.1.
Make it quiet where it should be
Everything above lands with the source's own rules: its Reach (Silent, Badge, Banner, Break through), whether quiet hours hold it, and grouping of repeats into one card. Set them once on the source, in the app or at app.youlmk.com; the service never has to change. Unknown fields arrive as rows on the card, up to six; the whole request is capped at 8 KB (Webhooks).
Try it
The trial is 10 notifications and 3 watches, no card. Get your key, or read the webhooks reference first.
Source
home-assistant.io/integrations/notify.rest, and the Apprise integration's manifest.json for its Apprise version, read 17 September 2026.