-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I would like to have the option to use multiple times the audio_file and/or message config items. Maybe another config item could be used for that, something like 'playlist'.
My usecase is, that i want to use ha-sip to call me in case of an alarm (water, smoke, gas, burglar, etc.). When it does so, it first should play an introducing message ("Attention, automatic message"), then the cause ("smoke detected") and finally an ending message ("please confirm with pin"). Of course i could join the introducing and ending message to every type of alarm, but IMO it would be more flexible with separated files.
In combination with post_action: repeat_message all messages should be repeated. Maybe others then have a need for a post_action type 'repeat_last_message'.
As i saw #33, it seems you're not interested in this feature. So i would like to know, what steps do i need to do, to use my fork in HA? (want to try to code this feature request)