arnonym / ha-plugins

Home-Assistant SIP Gateway
Apache License 2.0
171 stars 22 forks source link

Pause possible? #59

Closed hschriek closed 1 year ago

hschriek commented 1 year ago

Hi!

First: Great Plugin for HA! But I have one question: I have to call a doorbell which expects PAUSES in the order of digits i send to it with send_dtmf. Is it already possible? I didn't find anything.

arnonym commented 1 year ago

Currently this is not implemented on ha-sip side, but you can use several stdin actions separated by a pause from the home assistant side when building your automation. I guess we're talking about the "in_band" method here, right?

hschriek commented 1 year ago

ok, I have splitted the command in different separate actions, works!