Home Assistant public URI

Hello,

I’m looking for a way to share a specific Home Assistant dashboard/page with people who should not need the HA app or any kind of login.

Important requirements:

  • No authentication at all (no username, no password)
  • No Home Assistant Companion app
  • Just a simple link that anyone can open in a browser
  • read-only
  • I don’t want to keep a device permanently logged in as a workaround

Is there any supported or safe method to publish a HA dashboard publicly without authentication, or a recommended integration that can do this?

Thanks in advance!

I created a seperate js webpage that I share.
For buttons it calls back to HA api and triggers automation that performs action

You cannot securely share a page directly and even my method has security holes I believe