Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.26k stars 234 forks source link

`Enhancement` direct triggering of different beeps #1979

Closed rosti76 closed 3 months ago

rosti76 commented 3 months ago

Enhancement Summary

add additional beeping types

Detailed Description

It would be nice to have not only one beep type, but have some different. i.e. SOS morsecode beep in case any fire or waterleak alarm or Alarmpanel alarm. Or tripplebeep in case the Door chime is pressed.

Additional Context

No response

edwardtfn commented 3 months ago

You can have an automation calling rtttl_play service with any tone you want...

https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/api.md#rtttl-play-service-rtttl_play

rosti76 commented 3 months ago

Oh, RTFM :-( Sorry, solution is already available :-)

Thank you.