Tidbyt - persistent notifications

I was going to try to integrate HA into Tidbyt. My idea was:

  • grab the persistent notifications from HA
  • show those persistent notification on Tidbyt
  • when the notifications get cleared via the app/UI, Tidbyt would then see 0 notifications.

Seems simple enough.

I looked at the REST API for HA.
I can:

  • create a persistent notification
  • delete a persistent notification
  • delete all persistent notifications

What I can’t do, that I can tell, is get the current list of persistent notifications.

The functionality must be there, somewhere, as the UI can do it and your app on your phone can do it.

I looked into maybe storing the notifications as a text object and going from there but that seems a lot more work than just asking HA, “Hey - give me all of the persistent notifications”

Any thoughts on this?