Hi there,
I am tying to get Alarmo to call me via a Phonecall. I am using sip. I habe a working automation which is triggered by a Helper (entity ID: input_button.alarmauslosung_telefonanruf). Is there any chance to trigger it within alarmo?
My automation is:
alias: Telefonanruf intern Text
description: ""
triggers:
- entity_id:
- input_button.alarmauslosung_telefonanruf
from: null
trigger: state
conditions: []
actions:
- data_template:
addon: c7744bff_ha-sip
input:
command: dial
number: sip:**[email protected]
ring_timeout: 30
menu:
message: Hallo, das ist ein Testanruf der Alarmanlage!
tts_language: de
action: hassio.addon_stdin
mode: single
or:
can anybody help me to wirte a script that does the same?
Cheers Sebastian from Germany
