Hi guys,
I have several esp8266 connected to HA. Basically in each esp8266 I have a pull down button circuit (with 3 buttons per board). Each esp8266 is used by a different user in my factory. For each esp8266 I have a custom card in the lovelance ui where I show the status of the pushbuttons.
When a user presses one of the buttons, apart from the visual state change in the card, I would like to make a sound notification (on the browser where ha ui is opened) run so that the person who manages the interface is notified and looks at the screen.
Thanks in advance for any help on this.