Make a beep on tablet whenever a certain card updates?

Hi, I’d like my tablet to make a sound, just a beep or anything, whenever any entity on a certain card updates. (Tablet is running the HA Android app). Is there a way to do this, can somebody point me to where I need to look? Thanks

You’d have to integrate browser mod (a custom integration). This will create a media_player for the browser you are using to access the system. Then, you’d have to make an automation that makes the media play the sound based on what’s changing.

Thanks Petro, that gives me a good place to start.