Hi,
I’m using the Alarmo integration for my alarm system.
It works well but i’d like to know wich sensor is triggered.
I know you can do that in the integration but i made an automation where i receive a repeated notification and that doesn’t work in yaml in the integration itself.
- id: '565545'
alias: Alarm
description: Alarm
trigger:
- platform: state
entity_id: alarm_control_panel.alarmo
to: triggered
action:
- repeat:
while:
- condition: state
entity_id: alarm_control_panel.alarmo
state: triggered
sequence:
- service: notify.mobile_app_iphone_van_lode
data:
title: Alarm
message: Het alarm is geactiveerd!
data:
push:
sound: Alarm.wav
name: default
critical: 1
volume: 1
- delay: 00:00:10
- service: alarm_control_panel.alarm_disarm
data: {}
target:
device_id: XXXXXXXXXXXXXXXXXXX
mode: single